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/plasma.c b/coders/plasma.c index 9b4850e..afecebd 100644 --- a/coders/plasma.c +++ b/coders/plasma.c
@@ -159,7 +159,7 @@ */ read_info=CloneImageInfo(image_info); SetImageInfoBlob(read_info,(void *) NULL,0); - (void) FormatMagickString(read_info->filename,MaxTextExtent, + (void) FormatLocaleString(read_info->filename,MaxTextExtent, "gradient:%s",image_info->filename); image=ReadImage(read_info,exception); read_info=DestroyImageInfo(read_info);