mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-24 14:12:26 +00:00
Improve parse completion detection.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@26898 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a5fde5a8f8
commit
3df82bbcee
3 changed files with 13 additions and 3 deletions
|
@ -1406,7 +1406,10 @@ wordData(NSString *word)
|
|||
return [self parse: d];
|
||||
}
|
||||
}
|
||||
|
||||
if (flags.complete == 1)
|
||||
{
|
||||
return NO;
|
||||
}
|
||||
return YES; /* Want more data for body */
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue