Craig Small bf97da3059 Replace %Lu with standard %llu
Multiple scanf()s use the GNU-permitted %Lu. This is not supported in
other libraries and isn't to the POSIX specification. The L modifier
is only used for floats in POSIX.

Replacing %Lu with %llu is the same for GNU libc (scanf(3) says as much)
but means other libraries will work fine.

From master commit da715e3

References:
 http://pubs.opengroup.org/onlinepubs/009695399/functions/fscanf.html
2016-04-14 21:21:27 +10:00
..
2015-09-03 22:32:19 +10:00
2015-09-01 20:41:25 +10:00
2015-09-01 20:41:25 +10:00
2015-07-07 22:42:06 +10:00
2015-10-24 14:29:25 +11:00
2015-09-03 22:32:19 +10:00
2015-06-19 21:00:46 +10:00
2016-04-14 21:21:27 +10:00
2016-04-14 21:21:27 +10:00
2015-07-07 22:42:06 +10:00
2015-07-20 22:23:21 +10:00