Marcel Hendrix's fix for Bug #324 -
Difference between file and line input for '];'
This commit is contained in:
parent
e9386155a6
commit
d3a8634afe
|
|
@ -3199,7 +3199,7 @@ static void inp_stripcomments_line(char *s, bool cs)
|
|||
/* look for comments */
|
||||
while ((c = *d) != '\0') {
|
||||
d++;
|
||||
if (*d == ';') {
|
||||
if (!cs && *d == ';') {
|
||||
break;
|
||||
}
|
||||
/* outside of .control section, and not in PS mode */
|
||||
|
|
|
|||
Loading…
Reference in New Issue