]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Thu, 19 May 2011 13:27:02 +0000 (13:27 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Thu, 19 May 2011 13:27:02 +0000 (13:27 +0000)
magick/string.c

index 10786ad4c7ab7ff6dbf3c65246213815041e91f1..8a380f017104bc32c4a61f27897b5c38946e8cbd 100644 (file)
@@ -1103,7 +1103,7 @@ MagickExport ssize_t FormatMagickStringList(char *string,const size_t length,
     if (locale == (locale_t) NULL)
       n=vsnprintf(string,length,format,operands);
     else
-      n=vsnprintf_l(string,length,format,operands);
+      n=vsnprintf_l(string,length,locale,format,operands);
   }
 #elif defined(MAGICKCORE_HAVE_VSNPRINTF)
 #if defined(MAGICKCORE_HAVE_USELOCALE)