Name: vconf
Summary: Configuration system library
Version: 0.2.45
-Release: 2
+Release: 3
Group: System/Libraries
License: Apache License, Version 2.0
Source0: %{name}-%{version}.tar.gz
break;
}
- ret = _vconf_set_key_check_parent_dir(path);
+ rc = _vconf_set_key_check_parent_dir(path);
if(rc != VCONF_OK) {
ERR("_vconf_set_key_check_parent_dir error : %s", path);
break;
}
- ret = _vconf_set_key_creation(path);
+ rc = _vconf_set_key_creation(path);
if(rc != VCONF_OK) {
ERR("_vconf_set_key_creation error : %s", path);
break;