1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-24 09:46:52 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2005-12-10 22:10:59 +00:00
parent d5978ad190
commit 2a6eef20f5
+1 -1
View File
@@ -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.