Bugfix in NSScanner.m

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3193 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 1998-11-10 10:35:41 +00:00
parent 8e77d7f6cf
commit 0e142523e6

View file

@ -1,3 +1,10 @@
Tue Nov 10 11:00:00 1998 Richard Frith-Macdonald <richard@brainstorm.co.uk>
* src/NSScanner.m: ([-scanString:intoString:]) bugfix to check length
of the string we are looking for and simply return NO if it is longer
than the data remaining in the string being scanned. Previously it
would have raised an exception - which it shouldn't.
Mon Nov 9 20:45:00 1998 Richard Frith-Macdonald <richard@brainstorm.co.uk>
* src/externs.m: corrected notification name for user defaults.