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/coders/matte.c b/coders/matte.c index 4f9ddb1..a415208 100644 --- a/coders/matte.c +++ b/coders/matte.c
@@ -208,7 +208,7 @@ if (status == MagickFalse) break; } - (void) FormatMagickString(matte_image->filename,MaxTextExtent, + (void) FormatLocaleString(matte_image->filename,MaxTextExtent, "MIFF:%s",image->filename); status=WriteImage(image_info,matte_image); matte_image=DestroyImage(matte_image);