From 37b31907525dd3554924ec4144f4345993579376 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 10 Jun 2014 22:38:00 +0200 Subject: lib/icu: add IcuInit(), IcuFinish() --- src/Main.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Main.cxx') diff --git a/src/Main.cxx b/src/Main.cxx index 79fc9d601..5a33e121b 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -57,7 +57,7 @@ #include "util/Domain.hxx" #include "thread/Id.hxx" #include "thread/Slack.hxx" -#include "lib/icu/Collate.hxx" +#include "lib/icu/Init.hxx" #include "config/ConfigGlobal.hxx" #include "config/ConfigData.hxx" #include "config/ConfigDefaults.hxx" @@ -430,7 +430,7 @@ int mpd_main(int argc, char *argv[]) #endif #endif - if (!IcuCollateInit(error)) { + if (!IcuInit(error)) { LogError(error); return EXIT_FAILURE; } @@ -696,7 +696,7 @@ int mpd_main(int argc, char *argv[]) WSACleanup(); #endif - IcuCollateFinish(); + IcuFinish(); log_deinit(); return EXIT_SUCCESS; -- cgit v1.2.3