diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-09-22 19:47:59 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-09-22 19:47:59 +0000 |
commit | e8014b940c02c9d32b7a984349d1be96a03e9fb0 (patch) | |
tree | 61feff588f0ad60d26564a6b21187d083cba1cd4 /ChangeLog | |
parent | 058d0dab92a3fc8937bf2ce681e6ee2e23fa4e4f (diff) | |
download | coreutils-e8014b940c02c9d32b7a984349d1be96a03e9fb0.tar.xz |
* src/ls.c (decode_switches): Don't compare a short value to SIZE_MAX.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2004-09-22 Paul Eggert <eggert@cs.ucla.edu> + + * src/ls.c (decode_switches): Don't compare a short value + to SIZE_MAX: GCC sometimes complains. + 2004-09-21 Paul Eggert <eggert@cs.ucla.edu> * NEWS: The following commands now reject unknown options: |