mirror of
https://github.com/vivier/EMILE.git
synced 2025-01-10 14:30:09 +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)
|
if (strcmp(name, current_name) == 0)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
property[0] = 0;
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user