mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
patch for bug #41324 by Frederik <ego@frederikseiffert.de>
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37634 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5f1b5c1985
commit
eaf6451ed6
2 changed files with 9 additions and 1 deletions
|
@ -1194,7 +1194,7 @@ cifframe_callback(ffi_cif *cif, void *retp, void **args, void *user)
|
|||
{
|
||||
id value;
|
||||
|
||||
value = [instance valueForKey: aPath];
|
||||
value = [instance valueForKeyPath: aPath];
|
||||
if (value == nil)
|
||||
{
|
||||
value = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue