diff options
author | Jim Meyering <jim@meyering.net> | 2005-12-10 22:10:59 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-12-10 22:10:59 +0000 |
commit | 2a6eef20f599e2aced1e7d32243e2d08ab9f9945 (patch) | |
tree | 412210890339304e5d58e1a04ec25ee4231bd5e9 | |
parent | d5978ad1908ed099b835d35e05e85b586c153ddd (diff) | |
download | coreutils-2a6eef20f599e2aced1e7d32243e2d08ab9f9945.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |