summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-07-10 03:06:54 +0000
committerJim Meyering <jim@meyering.net>1996-07-10 03:06:54 +0000
commit778dd49f55212157cd69be54de8d3c8e2e348b80 (patch)
treee46dcb4f8160b614289814f6d3680e1e633a3e6c
parent3e0fdc1a0b339edc06eb8be203be1aec14a3f20d (diff)
downloadcoreutils-778dd49f55212157cd69be54de8d3c8e2e348b80.tar.xz
.
-rw-r--r--old/textutils/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index cffd689f6..978dd98e2 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,5 +1,9 @@
Tue Jul 9 18:07:23 1996 Jim Meyering <meyering@na-net.ornl.gov>
+ * src/fmt.c (MAXCOST): Use `(unsigned long)1' rather than `(COST)1'
+ so the left operand of the << isn't signed.
+ From Kjetil Torgrim Homme.
+
* po/Makefile.in.in (install-data): Don't install NLS files when
they're not requested. From Ulrich Drepper. Reported by
Kjetil Torgrim Homme <kjetilho@ifi.uio.no>.