%[...] did not work
This commit is contained in:
parent
ee3e8ed07e
commit
c41f63a4c8
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue