diff options
author | Jim Meyering <jim@meyering.net> | 1999-03-07 05:11:05 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-03-07 05:11:05 +0000 |
commit | 96e8d93844d916daed96f653a980bf18055657b4 (patch) | |
tree | 67eb2ed655e66c83802d841e8792df19a616e8e0 /old/textutils | |
parent | 104866a9900c34a48711b0610525012e3f9a2e9e (diff) | |
download | coreutils-96e8d93844d916daed96f653a980bf18055657b4.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/textutils')
-rw-r--r-- | old/textutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index e3a310f1e..ff5601cde 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,5 +1,11 @@ 1999-03-06 Jim Meyering <meyering@ascend.com> + * 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. |