changeset 1522:0d1cf72fb732

Clarify the "probed" messages of gfxconv.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 11 May 2018 23:26:24 +0300
parents b86a0aee25fa
children 1750498bc746
files tools/gfxconv.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tools/gfxconv.c	Fri May 11 23:17:57 2018 +0300
+++ b/tools/gfxconv.c	Fri May 11 23:26:24 2018 +0300
@@ -1687,7 +1687,7 @@
         res = dmC64DecodeBMP(&inC64Image, dataBuf, dataSize, optInSkip, optInSkip + 2, &inC64Fmt, forced);
         if (forced == NULL && inC64Fmt != NULL)
         {
-            dmMsg(1, "Probed %s format image, type %d, %s\n",
+            dmMsg(1, "Probed '%s' format image, type %d, %s\n",
                 inC64Fmt->name, inC64Fmt->type, inC64Fmt->fext);
         }
 
@@ -1709,7 +1709,7 @@
         {
             optInFormat = FFMT_IMAGE;
             optInSubFormat = index;
-            dmMsg(1, "Probed %s format image.\n", ifmt->fext);
+            dmMsg(1, "Probed '%s' format image.\n", ifmt->fext);
         }
     }