From: David Levine Date: Sat, 13 Sep 2014 03:12:33 +0000 (-0500) Subject: Fixed all anomalies detected by clang static analyzer (with X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/337b4e616e8f53ba06285b1645e1df9918ed5c16?hp=337b4e616e8f53ba06285b1645e1df9918ed5c16 Fixed all anomalies detected by clang static analyzer (with 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. ---