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/tiff.c b/coders/tiff.c index 2271695..24dc3d8 100644 --- a/coders/tiff.c +++ b/coders/tiff.c
@@ -371,8 +371,7 @@ Read TIFF image. */ read_info=CloneImageInfo((ImageInfo *) NULL); - (void) FormatMagickString(read_info->filename,MaxTextExtent,"%.1024s", - filename); + (void) FormatMagickString(read_info->filename,MaxTextExtent,"%s",filename); image=ReadTIFFImage(read_info,exception); read_info=DestroyImageInfo(read_info); if (image != (Image *) NULL)