mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Fix bogus change
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6651 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6b8daa9b43
commit
984e5973ff
2 changed files with 5 additions and 5 deletions
|
@ -1,3 +1,7 @@
|
|||
2000-06-09 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/GSeq.h: Reverted bogus change.
|
||||
|
||||
2000-06-06 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Code cleanup to help with Windows port.
|
||||
|
|
|
@ -339,11 +339,7 @@ GSEQ_STRCOMP(NSString *ss, NSString *os, unsigned mask, NSRange aRange)
|
|||
[NSException raise: NSRangeException format: @"Invalid location+length."];
|
||||
|
||||
oLength = GSEQ_OLEN;
|
||||
if (aRange.length == 0)
|
||||
{
|
||||
return NSOrderedSame;
|
||||
}
|
||||
else if (sLength - aRange.location == 0)
|
||||
if (sLength - aRange.location == 0)
|
||||
{
|
||||
if (oLength == 0)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue