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

View file

@ -841,7 +841,7 @@ wordData(NSString *word)
case ChunkData:
/*
* If the pos is non-zero, we have a data chunk to read.
* otherwise, what we actually want it to read footers.
* otherwise, what we actually want is to read footers.
*/
if (ctxt->pos > 0)
{

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