From 569a39aa7c4429c27f074b86a71c1d540491d19f Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 11 Mar 2023 10:58:38 -0500 Subject: [PATCH] Drop an attempt to pacify cppcheck that's no longer needed. --- misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc.c b/misc.c index 691d771..c6733d5 100644 --- a/misc.c +++ b/misc.c @@ -221,7 +221,7 @@ static char* get_input(void) // Print a blank line printf("\n"); - char* input = ""; + char* input; for (;;) { input = myreadline(input_prompt); -- 2.31.1