MFC: Extend buffer to match maximum possible string length.

This commit is contained in:
se 2007-11-15 18:59:46 +00:00
parent 12a0d1a00d
commit bc8cf9b491

View File

@ -70,7 +70,7 @@ fmt_flags(int flags)
* NB: if you add new flags, don't forget to add them here vvvvvv too.
*/
static char buf[sizeof
"static, network, read-only, synthetic, loopback, unicode"];
"static, network, read-only, synthetic, loopback, unicode, jail"];
int comma = 0;
buf[0] = '\0';