X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=misc.c;h=ba2e2afffc0c637f8ec37aa2fef701035ec82cad;hp=25808a2c4353ff5a76f301603392e21a7f802f3d;hb=812d0194bb5286a0688f4ff58943451890a07ed8;hpb=8765f49fdc85e804490ebda4b0b6caee32a45af2 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;