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