From: Jim Meyering Date: Sat, 10 Dec 2005 22:10:59 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v6.0~1154 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a6eef20f599e2aced1e7d32243e2d08ab9f9945;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index dc51b41d86..f8b74d3202 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,7 +4,7 @@ Avoid shred segfault on 64-bit systems. * src/rand-isaac.c (isaac_refill): Don't try to negate a - local of type uint32_t. Convert it to int32_t first. + local of type uint32_t. Make the local an `int' instead. * NEWS: Mention sort's new options.