mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 20:26:42 +00:00
Merge from 0.6.5
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6040 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5276d1b6c2
commit
fb65f2b8b6
36 changed files with 1074 additions and 479 deletions
|
@ -910,7 +910,7 @@ static NSNotificationCenter *default_center = nil;
|
|||
/*
|
||||
* If this is a recursive posting of a notification, the array will already
|
||||
* be in use, so we restrict our operation to array indices beyond the end
|
||||
* of those used by the posting that cuased this one.
|
||||
* of those used by the posting that caused this one.
|
||||
*/
|
||||
arrayBase = GSIArrayCount(a);
|
||||
|
||||
|
@ -1053,7 +1053,7 @@ static NSNotificationCenter *default_center = nil;
|
|||
|
||||
/*
|
||||
* Post the notification to all the observers of NAME, except those
|
||||
* observers with a non-nill OBJECT that doesn't match the
|
||||
* observers with a non-nil OBJECT that doesn't match the
|
||||
* notification's OBJECT).
|
||||
*/
|
||||
if (n_name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue