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:
rfm 2014-01-25 06:58:30 +00:00
parent 5f1b5c1985
commit eaf6451ed6
2 changed files with 9 additions and 1 deletions

View file

@ -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;