setlocale(LC_ALL, "") in locale.c - Image Magick 6.3.7-2
Posted: 2008-02-15T10:43:07-07:00
The call to "setlocale(LC_ALL, "")" in InitializeLocaleList() in locale.c is causing some issues with our applications. Because we are using the Mult-Threaded DLL "C" run time, this call to setlocale changes the locale of our application when Image Magick is loaded.
I believe that this call to setlocale should be removed since the code in InitializeLocaleList() appears to be just querying what the locale of the current envionment is.
David
I believe that this call to setlocale should be removed since the code in InitializeLocaleList() appears to be just querying what the locale of the current envionment is.
David