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/mtv.c b/coders/mtv.c index a9132fd..a8476cd 100644 --- a/coders/mtv.c +++ b/coders/mtv.c
@@ -367,7 +367,7 @@ /* Initialize raster file header. */ - (void) FormatMagickString(buffer,MaxTextExtent,"%.20g %.20g\n",(double) + (void) FormatLocaleString(buffer,MaxTextExtent,"%.20g %.20g\n",(double) image->columns,(double) image->rows); (void) WriteBlobString(image,buffer); for (y=0; y < (ssize_t) image->rows; y++)