clear property field if property name is not found

This commit is contained in:
Laurent Vivier 2006-06-01 23:09:17 +00:00
parent d5fe5032e9
commit aa95b99d93

View File

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