]> granicus.if.org Git - mutt/commit
Reset mbstate for other mbrtowc() calls returning -1
authorKevin McCarthy <kevin@8t8.us>
Fri, 8 Apr 2016 22:20:53 +0000 (15:20 -0700)
committerKevin McCarthy <kevin@8t8.us>
Fri, 8 Apr 2016 22:20:53 +0000 (15:20 -0700)
commita9596d5ca71e2469459879b39f4f72fb790ee69f
treeb3f12d55f17c5013bb73bfe5eee050cb77dd9505
parenta74f8e628157439856f282222e60fc1bb9e3f4b1
Reset mbstate for other mbrtowc() calls returning -1

Continue the cleanup started in changesets c8c76a6a1e61 and
a3450fd50d11.  In those changesets, a bug was occurring due to the
mbstate not being reset when mbrtowc() returned -1.

This patch fixes other callers of mbrtowc() to reset mbstate when it
returns -1.
alias.c
curs_lib.c
help.c
pager.c