summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-12-10 22:10:59 +0000
committerJim Meyering <jim@meyering.net>2005-12-10 22:10:59 +0000
commit2a6eef20f599e2aced1e7d32243e2d08ab9f9945 (patch)
tree412210890339304e5d58e1a04ec25ee4231bd5e9
parentd5978ad1908ed099b835d35e05e85b586c153ddd (diff)
downloadcoreutils-2a6eef20f599e2aced1e7d32243e2d08ab9f9945.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index dc51b41d8..f8b74d320 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.