Really fail upon errors
This commit is contained in:
parent
07616fd173
commit
28b9c0f21a
@ -207,7 +207,7 @@ int configure(Prefs * prefs, char const * directory)
|
||||
else
|
||||
{
|
||||
prefs->flags = PREFS_n;
|
||||
if(_configure_do(&cfgr, ca) == 0)
|
||||
if((ret = _configure_do(&cfgr, ca)) == 0)
|
||||
{
|
||||
prefs->flags = flags;
|
||||
ret = _configure_do(&cfgr, ca);
|
||||
|
Loading…
Reference in New Issue
Block a user