# HG changeset patch # User Matti Hamalainen # Date 1530015187 -10800 # Node ID 09d46bf9fe713c071726e86fd99ab90917781c7c # Parent 425259977bc55ab04bf5bc2965467e41e6ca2621 Use a consistent message between IFF encoding and decoding. diff -r 425259977bc5 -r 09d46bf9fe71 tools/libgfx.c --- a/tools/libgfx.c Tue Jun 26 15:12:11 2018 +0300 +++ b/tools/libgfx.c Tue Jun 26 15:13:07 2018 +0300 @@ -1598,7 +1598,7 @@ if ((buf = dmMalloc(bufLen)) == NULL) return DMERR_MALLOC; - dmMsg(2, "IFF: plane row size %d bytes.\n", bufLen); + dmMsg(2, "IFF: Line / plane row size %d bytes.\n", bufLen); } // Decode the chunk