2aa37f4ab3
foo += sscanf(++foo, ...); constructs to: ++foo; foo += sscanf(foo, ...); to avoid the following warning from gcc 3.1: warning: operation on `pos' may be undefined |
||
---|---|---|
.. | ||
Makefile | ||
append.c | ||
extern.h | ||
fields.c | ||
files.c | ||
fsort.c | ||
fsort.h | ||
init.c | ||
msort.c | ||
pathnames.h | ||
sort.1 | ||
sort.c | ||
sort.h | ||
tmp.c |