From 0a1c92e6fdaecb851a53fae9603cd10e7ec8820d Mon Sep 17 00:00:00 2001 From: rfm Date: Fri, 20 Jul 2012 05:27:26 +0000 Subject: [PATCH] fixup to re-enable incremental header parsing git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@35305 72102866-910b-0410-8b05-ffd578937521 --- Source/Additions/GSMime.m | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Source/Additions/GSMime.m b/Source/Additions/GSMime.m index 93b5bffe7..28b9d6255 100644 --- a/Source/Additions/GSMime.m +++ b/Source/Additions/GSMime.m @@ -1538,10 +1538,8 @@ wordData(NSString *word) [data appendData: d]; bytes = (unsigned char*)[data bytes]; dataEnd = [data length]; - /* We need more data, so we have to return YES - * to ask our caller to provide it. + /* Fall through to parse the headers so far. */ - return YES; } else {