*** empty log message ***
From-SVN: r1208
This commit is contained in:
parent
c09e64987d
commit
324ce9067f
@ -2747,7 +2747,7 @@ read_line __proto((void))
|
||||
else if (ch == '#')
|
||||
comment_p++;
|
||||
|
||||
else if (ch == ';')
|
||||
else if (ch == ';' && !string_p)
|
||||
{
|
||||
line_split_p = 1;
|
||||
*ptr++ = '\n';
|
||||
|
Loading…
Reference in New Issue
Block a user