changeset 1893:334501b6cce5

Use format name instead of file extension in a message.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 26 Jun 2018 01:44:14 +0300
parents cbc911ffd21e
children 2e3f188c6bf0
files tools/gfxconv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/gfxconv.c	Mon Jun 25 19:36:26 2018 +0300
+++ b/tools/gfxconv.c	Tue Jun 26 01:44:14 2018 +0300
@@ -1297,7 +1297,7 @@
     if (info)
     {
         dmMsg(1, "Outputting '%s' image %d x %d -> %d x %d [%d x %d]\n",
-            fmt->fext,
+            fmt->name,
             pimage->width, pimage->height,
             pimage->width * spec->scaleX, pimage->height * spec->scaleY,
             spec->scaleX, spec->scaleY);