lib/icu/Converter: Create() throws exception on error
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user