own mistake in last commit
This commit is contained in:
@@ -2226,7 +2226,7 @@ int RNA_path_resolve(PointerRNA *ptr, const char *path, PointerRNA *r_ptr, Prope
|
||||
prop= NULL;
|
||||
curptr= *ptr;
|
||||
|
||||
if(path)
|
||||
if(path==NULL)
|
||||
return 0;
|
||||
|
||||
while(*path) {
|
||||
|
||||
Reference in New Issue
Block a user