Update... fix respondsToSelector:

This commit is contained in:
Gregory John Casamento 2023-10-10 00:28:49 -04:00
parent 3ed5eb3dcf
commit 2300a26b1a

View file

@ -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",