changeset 446:a6d0e101cd16

Oops, correct the use of dmImageFormatList[] entry pointer to entry.fext.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 04 Nov 2012 08:38:25 +0200
parents 1d65efb29986
children 0e27860ddcfe
files gfxconv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gfxconv.c	Sun Nov 04 06:54:37 2012 +0200
+++ b/gfxconv.c	Sun Nov 04 08:38:25 2012 +0200
@@ -523,7 +523,7 @@
     if (info)
     {
         dmMsg(1, "Outputting %s image %d x %d -> %d x %d [%d]\n",
-            dmImageFormatList[iformat],
+            dmImageFormatList[iformat].fext,
             image->width, image->height,
             image->width * spec->scale, image->height * spec->scale,
             spec->scale);