The problem is that the "-" is not implemented for sscanf %F, and never was AFAIK. You need to do
sscanf(reverse(f), "%8F", z); instead.
Marcus Comstedt (ACROSS) (Hail Ilpalazzo!) @ Pike (-) developers forum Mon, 18 Feb 2013 08:05:25 -0800
The problem is that the "-" is not implemented for sscanf %F, and never was AFAIK. You need to do
sscanf(reverse(f), "%8F", z); instead.