mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
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:
parent
83b1ffe24f
commit
ee56d4fdbd
1 changed files with 7 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue