commit | 53a8bc9b0c80f3027e032dcd8e77d8987c53bd6f | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Mon Jan 10 19:15:17 2011 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Mon Jan 10 19:15:17 2011 +0000 |
tree | 409ef64caaf2e37525894a9ec0aa9e73b597322a | |
parent | 27bf23e3530693551a794d453a614f64f603ac95 [diff] [blame] |
diff --git a/coders/pes.c b/coders/pes.c index d82aeee..24469e5 100644 --- a/coders/pes.c +++ b/coders/pes.c
@@ -653,7 +653,7 @@ */ read_info=CloneImageInfo(image_info); SetImageInfoBlob(read_info,(void *) NULL,0); - (void) FormatMagickString(read_info->filename,MaxTextExtent,"svg:%.1024s", + (void) FormatMagickString(read_info->filename,MaxTextExtent,"svg:%s", filename); image=ReadImage(read_info,exception); if (image != (Image *) NULL)