mirror of
https://github.com/vivier/EMILE.git
synced 2024-12-22 10:29:31 +00:00
clear property field if property name is not found
This commit is contained in:
parent
d5fe5032e9
commit
aa95b99d93
@ -20,5 +20,6 @@ int emile_second_get_property(char *configuration, char *name, char *property)
|
||||
if (strcmp(name, current_name) == 0)
|
||||
return 0;
|
||||
}
|
||||
property[0] = 0;
|
||||
return -1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user