Commit 9a222cab authored by J. Alexander Treuman's avatar J. Alexander Treuman

Call initLocalization() earlier so that errors, --version, etc. output

correctly. git-svn-id: https://svn.musicpd.org/mpd/trunk@5264 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 298d5ce0
......@@ -421,6 +421,7 @@ int main(int argc, char *argv[])
closeAllFDs();
initLocalization();
initConf();
parseOptions(argc, argv, &options);
......@@ -430,7 +431,6 @@ int main(int argc, char *argv[])
initStats();
initTagConfig();
initLocalization();
initLog(options.verbose);
if (options.createDB <= 0 && !options.updateDB)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment