From b561de671b7c90c0b2991efd9f2c4075e1483b79 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Tue, 21 Apr 2020 21:43:41 -0700 Subject: [PATCH] SCP: Cleanup C++ compile of changed help string management --- scp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scp.c b/scp.c index 315725ec..f50da154 100644 --- a/scp.c +++ b/scp.c @@ -837,7 +837,7 @@ const t_value width_mask[] = { 0, #endif }; -static char *simh_help = ""; /* First invocation of HELP command appends the help pieces */ +static char *simh_help = NULL; /* First invocation of HELP command appends the help pieces */ static const char simh_help1[] = /***************** 80 character line width template *************************/