summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2008-01-24 00:02:11 +0000
committerJim Meyering <meyering@redhat.com>2009-11-11 14:08:06 +0100
commitc3b0f9e45b0660716286fc561f38abdd1019c239 (patch)
tree82b5c61a1d03f089996e99d2f0df5ff492ea691b /ChangeLog
parent8983b8d9040d3b909e8a7aeda9188affa1585014 (diff)
downloaddiffutils-c3b0f9e45b0660716286fc561f38abdd1019c239.tar.gz
* src/side.c (print_half_line): Don't convert to unsigned char
unnecessarily.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f99c299..88a643f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2008-01-23 Paul Eggert <eggert@cs.ucla.edu>
+ * src/side.c (print_half_line): Don't convert to unsigned char
+ unnecessarily.
+
Don't mishandle multibyte characters in side-by-side format.
Problem reported by Erik Karlsson in
<http://lists.gnu.org/archive/html/bug-gnu-utils/2008-01/msg00030.html>.