From ef2457a2f989350dfb288688d16f18fbedef8232 Mon Sep 17 00:00:00 2001 From: Richard Frith-Macdonald Date: Tue, 17 Sep 2002 10:26:54 +0000 Subject: [PATCH] Fix typo git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14473 72102866-910b-0410-8b05-ffd578937521 --- Source/Additions/GSMime.m | 2 +- Source/GSHTTPURLHandle.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Additions/GSMime.m b/Source/Additions/GSMime.m index c0a0404e0..37495f88a 100644 --- a/Source/Additions/GSMime.m +++ b/Source/Additions/GSMime.m @@ -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) { diff --git a/Source/GSHTTPURLHandle.m b/Source/GSHTTPURLHandle.m index 94a8b1828..63c40e6c4 100644 --- a/Source/GSHTTPURLHandle.m +++ b/Source/GSHTTPURLHandle.m @@ -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) {