]> diplodocus.org Git - nmh/commitdiff
Fixed all anomalies detected by clang static analyzer (with
authorDavid Levine <levinedl@acm.org>
Sat, 13 Sep 2014 03:12:33 +0000 (22:12 -0500)
committerDavid Levine <levinedl@acm.org>
Sat, 13 Sep 2014 03:12:33 +0000 (22:12 -0500)
default checkers on Linux).  One was notable:  there was a break
missing from a switch case in fmt_scan.c, which caused the result
of the sday function escape to be garbage.


No differences found