From: Jim Meyering Date: Sun, 7 Mar 1999 05:11:05 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0e~198 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=96e8d93844d916daed96f653a980bf18055657b4;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index e3a310f1ee..ff5601cde3 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,5 +1,11 @@ 1999-03-06 Jim Meyering + * src/cut.c (getstr): Change type of `delim' parameter from char to int. + (cut_fields): Cast to `unsigned char' before comparing. + (main): Cast to `unsigned char' before assigning. + From Arne Juul. + * tests/cut/Test.pm: Add a test to exercise the bug. + * src/ptx.c (swallow_file_in_memory): Use a `%s' format in error call, in case the argument string contains a `%'. (main): Likewise.