Avoid a compiler warning.
authorJim Meyering <jim@meyering.net>
Mon, 9 Oct 2006 11:56:40 +0000 (11:56 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 9 Oct 2006 11:56:40 +0000 (11:56 +0000)
commit6089facdc39bc6e3d92a0e5f8f3e201b405dabae
tree059ea330192e872a3eaa9707c49398680f6de44e
parent181428d65335d463a03c34d7f620131819f4f187
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.
ChangeLog
src/pathchk.c