numfmt: correct a printf format
authorPádraig Brady <P@draigBrady.com>
Tue, 5 Feb 2013 15:37:47 +0000 (15:37 +0000)
committerPádraig Brady <P@draigBrady.com>
Tue, 5 Feb 2013 15:49:42 +0000 (15:49 +0000)
commit51b3ba842d1196f165e242d77e1d5f092d3b840d
tree33155ad99e495e6f58f8fca822df7b96d9df418e
parent8a303a8963dd255566f1625243ff19b029e0ecec
numfmt: correct a printf format

Prompted by the continuous integration build failure at:
http://hydra.nixos.org/build/4010493

* src/numfmt.c (parse_format_string): Correct both sign and size of
a printf format, which only gives a warning on 32 bit builds.
src/numfmt.c