Revert "Marcel Hendrix's fix for Bug #324 -"

This reverts commit d3a8634afe.
This commit is contained in:
Holger Vogt 2023-07-30 16:01:15 +02:00
parent f548e8400a
commit 4246b31126
1 changed files with 1 additions and 1 deletions

View File

@ -3199,7 +3199,7 @@ static void inp_stripcomments_line(char *s, bool cs)
/* look for comments */
while ((c = *d) != '\0') {
d++;
if (!cs && *d == ';') {
if (*d == ';') {
break;
}
/* outside of .control section, and not in PS mode */