From 68fc0de443c9561e9859270d5b1169e084f969e6 Mon Sep 17 00:00:00 2001 From: corvid Date: Fri, 11 Sep 2009 01:26:04 +0000 Subject: MSG_WARN for warning --- src/imgbuf.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/imgbuf.cc b/src/imgbuf.cc index f5883606..dc95dd71 100644 --- a/src/imgbuf.cc +++ b/src/imgbuf.cc @@ -38,7 +38,7 @@ static uchar_t *Imgbuf_rgb_line(const uchar_t *buf, for (x = 0; x < width; x++) memcpy(linebuf + x * 3, cmap + buf[x] * 3, 3); } else { - MSG("Gif:: WARNING, image lacks a color map\n"); + MSG_WARN("Gif:: image lacks a color map\n"); } break; case DILLO_IMG_TYPE_GRAY: -- cgit v1.2.3