%[...] did not work

This commit is contained in:
ceriel 1987-11-20 12:57:51 +00:00
parent cc6b72fbb0
commit dd899c79a1

View File

@ -195,7 +195,7 @@ union ptr_union *argp; /* our argument list */
for (c = Xtable; c < &Xtable[128]; c++) *c = 0;
}
while (*format && *format != ']') {
Xtable[*format] = 1;
Xtable[*format++] = 1;
}
if (!*format)
goto quit;