diff tools/gfxconv.c @ 827:c8beac5313c3

Rename a function.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 17 May 2014 00:29:16 +0300
parents 742e3d850247
children c20a99411a1a
line wrap: on
line diff
--- a/tools/gfxconv.c	Fri May 16 22:33:36 2014 +0300
+++ b/tools/gfxconv.c	Sat May 17 00:29:16 2014 +0300
@@ -1382,7 +1382,7 @@
                 break;
             }
 
-            if ((err = dmC64ConvertCSData(outImage, outX * outWidthPX, outY * outHeight,
+            if ((err = dmC64ConvertCSDataToImage(outImage, outX * outWidthPX, outY * outHeight,
                 bufData, outWidth, outHeight, optInMulticolor, optColors)) != DMERR_OK)
             {
                 dmError("Internal error in conversion of raw data to bitmap: %d.\n", err);