mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-10 16:20:42 +00:00
Fix error consuming extra character at end of <ignore>..</ignore>
This commit is contained in:
parent
db0d5a15e7
commit
7b70d77d2f
1 changed files with 1 additions and 0 deletions
|
@ -1345,6 +1345,7 @@ recheck:
|
||||||
if (buffer[pos + 1] == '/')
|
if (buffer[pos + 1] == '/')
|
||||||
{
|
{
|
||||||
[self skipRemainderOfLine];
|
[self skipRemainderOfLine];
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
else if (buffer[pos + 1] == '*')
|
else if (buffer[pos + 1] == '*')
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue