mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 01:31:08 +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
f72d14030c
commit
d06dff6245
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -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…
Reference in a new issue