no white space removal in echo ' '

This commit is contained in:
h_vogt 2010-07-01 20:42:20 +00:00
parent 2edf6bafd2
commit 9f84139ffa
1 changed files with 1 additions and 0 deletions

View File

@ -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; }