diff options
author | Jim Meyering <jim@meyering.net> | 2006-10-11 05:46:25 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-10-11 05:46:25 +0000 |
commit | 8202f4d6d5e8c7d91801f2343fd42638be1f6ff3 (patch) | |
tree | b7bc28b050aa8ebb967635e14f43f245779996d1 | |
parent | e3e4f829a11b6e515ae0daa2ed22f2e031fabf59 (diff) | |
download | coreutils-8202f4d6d5e8c7d91801f2343fd42638be1f6ff3.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ * src/ls.c (quote_name): Use initializer rather than memset to initialize an object to zero. This is easier to read and is less - likely to introduce an runtime error due to a mixup. It causes + likely to introduce a runtime error due to a mixup. It causes gcc -W to issue a warning, but you can work around this by appending -Wno-missing-field-initializers. * src/pathchk.c (portable_chars_only): Likewise. |