Report when unable to save the configuration

This commit is contained in:
Pierre Pronchery 2015-04-05 19:23:19 +02:00
parent 78e3ab200f
commit f8ff80cf53

View File

@ -497,7 +497,7 @@ int camera_save(Camera * camera)
if(config != NULL)
config_delete(config);
free(filename);
return 0;
return ret;
}
static int _save_variable_bool(Camera * camera, Config * config,