Browse Source

no white space removal in echo ' '

pre-master-46
h_vogt 16 years ago
parent
commit
9f84139ffa
  1. 1
      src/frontend/inpcom.c

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

Loading…
Cancel
Save