mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Update... fix respondsToSelector:
This commit is contained in:
parent
3ed5eb3dcf
commit
2300a26b1a
1 changed files with 1 additions and 1 deletions
|
@ -2104,7 +2104,7 @@ static id gs_weak_load(id obj)
|
|||
|
||||
if (aSelector == 0)
|
||||
{
|
||||
if (GSPrivateDefaultsFlag(GSMacOSXCompatible))
|
||||
if (!GSPrivateDefaultsFlag(GSMacOSXCompatible))
|
||||
{
|
||||
[NSException raise: NSInvalidArgumentException
|
||||
format: @"%@ null selector given",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue