j
k
j a
j l
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.
Back to the thread
Back to the list