From 9f84139ffad6fd2bf3a8288d991d3df2bb33bb12 Mon Sep 17 00:00:00 2001 From: h_vogt Date: Thu, 1 Jul 2010 20:42:20 +0000 Subject: [PATCH] no white space removal in echo ' ' --- src/frontend/inpcom.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontend/inpcom.c b/src/frontend/inpcom.c index 3f7f629f6..88aac8f1b 100644 --- a/src/frontend/inpcom.c +++ b/src/frontend/inpcom.c @@ -1955,6 +1955,7 @@ static void inp_remove_excess_ws(struct line *deck ) { struct line *c = deck; + bool found_control = FALSE; while ( c != NULL ) { if ( *c->li_line == '*' ) { c = c->li_next; continue; }