X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=misc.c;fp=misc.c;h=ba2e2afffc0c637f8ec37aa2fef701035ec82cad;hp=25808a2c4353ff5a76f301603392e21a7f802f3d;hb=06c8c9773895430279e4c0e1aaf1e97ca3a86f0d;hpb=6c7e5a3ac14a2726f427633f29feb0a739e18536 diff --git a/misc.c b/misc.c index 25808a2..ba2e2af 100644 --- a/misc.c +++ b/misc.c @@ -93,6 +93,7 @@ static void vspeak(const char* msg, bool blank, va_list ap) } } + // LCOV_EXCL_START - doesn't occur in test suite. /* Version specifier */ if (msg[i] == 'V') { strcpy(renderp, VERSION); @@ -100,6 +101,7 @@ static void vspeak(const char* msg, bool blank, va_list ap) renderp += len; size -= len; } + // LCOV_EXCL_STOP } } *renderp = 0;