git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14473 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2002-09-17 10:26:54 +00:00
parent af514e9b42
commit ef2457a2f9
2 changed files with 2 additions and 2 deletions

View file

@ -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)
{