]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Fri, 14 Mar 2014 12:27:37 +0000 (12:27 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Fri, 14 Mar 2014 12:27:37 +0000 (12:27 +0000)
MagickCore/locale.c

index de2934acbc9f9869e6c5337b0e78c39ec41327fb..0f688b09b249591ef9e5106a46c8837bdf7651fd 100644 (file)
@@ -813,7 +813,7 @@ MagickExport const char *GetLocaleValue(const LocaleInfo *locale_info)
 */
 static MagickBooleanType InitializeLocaleList(ExceptionInfo *exception)
 {
-  if ((locale_list == (SplayTreeInfo *) NULL) ||
+  if ((locale_list == (SplayTreeInfo *) NULL) &&
       (instantiate_locale == MagickFalse))
     {
       if (locale_semaphore == (SemaphoreInfo *) NULL)