stop removing '\a
(internal multi-line delimiter)
This reverts a part of 693591bdc3
which caused issues as described in #226.
This commit is contained in:
parent
7ea961990c
commit
9a49ac51b2
@ -553,9 +553,6 @@ static void stripcom(unsigned char *line)
|
||||
} /* if */
|
||||
} /* if */
|
||||
} /* if */
|
||||
if (*line == '\a') {
|
||||
memmove(line,line+1,strlen((char *)line+1)+1);
|
||||
}
|
||||
} /* while */
|
||||
#if !defined SC_LIGHT
|
||||
if (icomment==2) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user