changeset 539:8d7b6fecbb24

Change filename extension of DrazPaint 2.0 packed format to avoid conflict with the unpacked format while allowing the user to selecto output format via extension.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 22 Nov 2012 22:19:12 +0200
parents 45c46bfa03bd
children 54fefbd9aa31
files lib64gfx.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib64gfx.c	Thu Nov 22 22:17:47 2012 +0200
+++ b/lib64gfx.c	Thu Nov 22 22:19:12 2012 +0200
@@ -276,7 +276,7 @@
 const DMC64ImageFormat dmC64ImageFormats[] =
 {
     {
-        D64_FMT_MC, "drp", "DrazPaint 2.0 (packed)", 0x5800, -1,
+        D64_FMT_MC, "d2p", "DrazPaint 2.0 (packed)", 0x5800, -1,
         fmtProbeDrazPaint20Packed, fmtDecodeDrazPaintPacked,
         NULL, NULL, NULL,
         4,