Coverage -- version command

This commit is contained in:
Aaron Traas 2017-07-02 02:14:41 -04:00
parent 85f8334e17
commit 22a557efb1
3 changed files with 11 additions and 4 deletions

2
misc.c
View file

@ -187,7 +187,7 @@ void vspeak(const char* msg, va_list ap)
} else {
long arg = va_arg(ap, long);
if (arg == -1)
arg = 0;
arg = 0; // LCOV_EXCL_LINE - don't think we can get here.
i++;
// Integer specifier. In order to accommodate the fact
// that PARMS can have both legitimate integers *and*