commit | b51dff5c0d16a4c1b69ff683e786cb3b4c467694 | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Thu May 19 16:55:47 2011 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Thu May 19 16:55:47 2011 +0000 |
tree | 8d07b4ab4f0caf82eefc6c0f0063e97d096383f1 | |
parent | 89505f76b54adb376939f7e85fdf3cf186005d4d [diff] [blame] |
diff --git a/Magick++/lib/Options.cpp b/Magick++/lib/Options.cpp index 1d44072..04fe105 100644 --- a/Magick++/lib/Options.cpp +++ b/Magick++/lib/Options.cpp
@@ -357,7 +357,7 @@ { ExceptionInfo exception; - FormatMagickString( _imageInfo->filename, MaxTextExtent, "%.1024s:", magick_.c_str() ); + FormatLocaleString( _imageInfo->filename, MaxTextExtent, "%.1024s:", magick_.c_str() ); GetExceptionInfo(&exception); SetImageInfo( _imageInfo, 1, &exception); if ( *_imageInfo->magick == '\0' )