mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 12:16:40 +00:00
Fix typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14473 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
af514e9b42
commit
ef2457a2f9
2 changed files with 2 additions and 2 deletions
|
@ -301,7 +301,7 @@ static void debugWrite(NSData *data)
|
|||
d = [dict objectForKey: NSFileHandleNotificationDataItem];
|
||||
if (debug == YES) debugRead(d);
|
||||
|
||||
if ([parser parse: d] == NO)
|
||||
if ([parser parse: d] == NO || [parser isComplete] == YES)
|
||||
{
|
||||
if ([parser isComplete] == YES)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue