diff options
author | Jim Meyering <jim@meyering.net> | 2006-10-09 11:56:40 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-10-09 11:56:40 +0000 |
commit | 6089facdc39bc6e3d92a0e5f8f3e201b405dabae (patch) | |
tree | 059ea330192e872a3eaa9707c49398680f6de44e /ChangeLog | |
parent | 181428d65335d463a03c34d7f620131819f4f187 (diff) | |
download | coreutils-6089facdc39bc6e3d92a0e5f8f3e201b405dabae.tar.xz |
Avoid a compiler warning.
* src/pathchk.c (portable_chars_only): Initialize variable of type
mbstate_t via memset, rather than via '{0}'. Patch from Bruno Haible.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2006-10-09 Jim Meyering <jim@meyering.net> + + Avoid a compiler warning. + * src/pathchk.c (portable_chars_only): Initialize variable of type + mbstate_t via memset, rather than via '{0}'. Patch from Bruno Haible. + 2006-10-06 Paul Eggert <eggert@cs.ucla.edu> Fix bug reported today by Mike Frysinger: mkdir -pv is logging the |