diff options
author | Jim Meyering <jim@meyering.net> | 2003-07-26 06:27:55 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-07-26 06:27:55 +0000 |
commit | d5476ff41f3a0b2686168e02e5282aa2b064b0f6 (patch) | |
tree | f9a75360972d3fb44c5106317e37c6f621cd64ab /ChangeLog | |
parent | 75a477449111ac3961184c11f0b18a0a2949c898 (diff) | |
download | coreutils-d5476ff41f3a0b2686168e02e5282aa2b064b0f6.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ * Version 5.0.90. + * src/fmt.c (flush_paragraph): Cast field width to `int' to + avoid warning on 64-bit systems. + * src/ls.c (sort_files): Make `func' volatile, so it can't be clobbered by a `longjmp' into this function. |