changeset 1511:62ede0de6ab0

Fix an error message, should be "Encode", not "Decode".
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 11 May 2018 22:24:53 +0300
parents 7bbf4b41fc33
children ee691fbf8f27
files tools/lib64gfx.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/lib64gfx.c	Fri May 11 22:24:11 2018 +0300
+++ b/tools/lib64gfx.c	Fri May 11 22:24:53 2018 +0300
@@ -725,7 +725,7 @@
         if (!dmC64GetOpSize(op, fmt, &size))
         {
             res = dmError(DMERR_INVALID_DATA,
-                "Decode op SIZE out of bounds, op #%d type=%d, offs=%d ($%04x), "
+                "Encode op SIZE out of bounds, op #%d type=%d, offs=%d ($%04x), "
                 "bank=%d, size=%d ($%04x) vs. allocated %d ($%04x)\n",
                 i, op->type, op->offs, op->offs, op->bank, size, size, op->size, op->size);
             goto err;