Mercurial > dillo_port1.3
changeset 1311:5981bd61a69c
MSG_WARN for warning
author | corvid <corvid@lavabit.com> |
---|---|
date | Fri, 11 Sep 2009 01:26:04 +0000 |
parents | 1daf106f9ae2 |
children | f5a186303478 |
files | src/imgbuf.cc |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/imgbuf.cc Fri Sep 11 01:19:56 2009 +0000 +++ b/src/imgbuf.cc Fri Sep 11 01:26:04 2009 +0000 @@ -38,7 +38,7 @@ 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: