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
+4 -4
View File
@@ -1657,11 +1657,11 @@ test_DumpDatabase_LDADD = \
$(DB_LIBS) \
$(TAG_LIBS) \
libconf.a \
libutil.a \
libevent.a \
$(FS_LIBS) \
libsystem.a \
$(ICU_LDADD)
$(ICU_LDADD) \
libutil.a
test_DumpDatabase_SOURCES = test/DumpDatabase.cxx \
src/protocol/Ack.cxx \
src/Log.cxx src/LogBackend.cxx \
@@ -2002,8 +2002,8 @@ test_run_convert_LDADD = \
libconf.a \
$(FS_LIBS) \
libsystem.a \
libutil.a \
$(ICU_LDADD)
$(ICU_LDADD) \
libutil.a
test_run_output_LDADD = $(MPD_LIBS) \
$(PCM_LIBS) \