Coverage -- version command
This commit is contained in:
parent
85f8334e17
commit
22a557efb1
3 changed files with 11 additions and 4 deletions
2
misc.c
2
misc.c
|
@ -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*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue