%[...] 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;
|
for (c = Xtable; c < &Xtable[128]; c++) *c = 0;
|
||||||
}
|
}
|
||||||
while (*format && *format != ']') {
|
while (*format && *format != ']') {
|
||||||
Xtable[*format] = 1;
|
Xtable[*format++] = 1;
|
||||||
}
|
}
|
||||||
if (!*format)
|
if (!*format)
|
||||||
goto quit;
|
goto quit;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user