]> diplodocus.org Git - nmh/commitdiff
On some platforms, -D_FORTIFY_SOURCE=2 warns about ignoring the
authorDavid Levine <levinedl@acm.org>
Sun, 7 Sep 2014 14:56:21 +0000 (09:56 -0500)
committerDavid Levine <levinedl@acm.org>
Sun, 7 Sep 2014 14:56:21 +0000 (09:56 -0500)
return value from mbtowc() even when it is called to reset the
shift state.  So wrap that in an if statement with a null body.


No differences found