Skip to content

Commit

Permalink
Merge pull request #46 from eumagga0x2a/default-audio-device
Browse files Browse the repository at this point in the history
[Pref] Return false if loading config fails, avoid selecting dummy audio device in this case
  • Loading branch information
mean00 committed Nov 24, 2016
2 parents 4f1eb5a + d22a0fe commit 049b459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avidemux_core/ADM_coreUtils/src/prefs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ bool preferences::load()
return true;
}
ADM_warning("An error happened while loading config\n");
return true;
return false;
}

/**
Expand Down

0 comments on commit 049b459

Please sign in to comment.