lib/icu/Converter: Create() throws exception on error

This commit is contained in:
Max Kellermann
2016-04-12 22:18:36 +02:00
parent 33fdaa5b6d
commit 01b68db30e
9 changed files with 45 additions and 45 deletions

View File

@@ -510,10 +510,7 @@ static int mpd_main_after_fork(struct options options)
try {
Error error;
if (!ConfigureFS(error)) {
LogError(error);
return EXIT_FAILURE;
}
ConfigureFS();
if (!glue_mapper_init(error)) {
LogError(error);