commit | 23f956b4fbe8b8ed704662015227d650ecc20e2c | [log] [tgz] |
---|---|---|
author | Cristy <urban-warrior@imagemagick.org> | Sat Oct 01 12:21:15 2016 -0400 |
committer | Cristy <urban-warrior@imagemagick.org> | Sat Oct 01 12:21:15 2016 -0400 |
tree | fafff35e22fc72439e742a2f5f0ac59850a97f5d | |
parent | 90406972f108c4da71f998601b06abdc2ac6f06e [diff] |
https://github.com/ImageMagick/ImageMagick/issues/273
diff --git a/coders/ps.c b/coders/ps.c index 90cf622..e85e2bf 100644 --- a/coders/ps.c +++ b/coders/ps.c
@@ -980,7 +980,8 @@ } do { - (void) CopyMagickString(postscript_image->filename,filename,MagickPathExtent); + (void) CopyMagickString(postscript_image->filename,filename, + MagickPathExtent); (void) CopyMagickString(postscript_image->magick,image->magick, MagickPathExtent); if (columns != 0)