]> git.ipfire.org Git - thirdparty/coreutils.git/commit
build: fix a build warning on 32 bit systems in shuf.c
authorPádraig Brady <P@draigBrady.com>
Thu, 11 Jul 2013 02:20:18 +0000 (03:20 +0100)
committerPádraig Brady <P@draigBrady.com>
Thu, 11 Jul 2013 02:24:06 +0000 (03:24 +0100)
commitb45c5a7cf04b9f304cc4223dab3b98dda6874527
tree7816529cbf529e05faa7b30de2e1b522354c69d9
parent3a84293987bd21a92071a3d1c605ec9a2b3af1b4
build: fix a build warning on 32 bit systems in shuf.c

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

* src/shuf.c (write_random_numbers): Convert to an int type
that matches the prinft format spec.
src/shuf.c