commit | e8c25f9b4c9fb72cad6db08eeda58c7c5784014e | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Thu Jun 03 00:53:06 2010 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Thu Jun 03 00:53:06 2010 +0000 |
tree | 19e5fe80eedfd2afa0707e8413fb3a80205ff7b0 | |
parent | 38ea08308f079e4d21ad8b8ac465dcc3e1d78458 [diff] [blame] |
diff --git a/coders/mtv.c b/coders/mtv.c index a9e3cff..72a2909 100644 --- a/coders/mtv.c +++ b/coders/mtv.c
@@ -369,8 +369,8 @@ /* Initialize raster file header. */ - (void) FormatMagickString(buffer,MaxTextExtent,"%lu %lu\n", - (unsigned long) image->columns,(unsigned long) image->rows); + (void) FormatMagickString(buffer,MaxTextExtent,"%.20g %.20g\n",(double) + image->columns,(double) image->rows); (void) WriteBlobString(image,buffer); for (y=0; y < (ssize_t) image->rows; y++) {