diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2009-05-13 13:05:29 -0400 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2009-05-13 13:05:29 -0400 |
commit | dc3cbe5edeadf61499d2fcf0ae6e52fb895295ff (patch) | |
tree | 2a0ece2fa7adb63d12cec57fec46013c63c804f2 /src/gif.c | |
parent | fbd6b92c3c677010159c43f49d9fe0d00742ce50 (diff) |
Silence the last image-debugging messages
Diffstat (limited to 'src/gif.c')
-rw-r--r-- | src/gif.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -153,7 +153,7 @@ static size_t Gif_process_bytes(DilloGif *gif, const uchar_t *buf, void *a_Gif_new(DilloImage *Image, DilloUrl *url, int version) { DilloGif *gif = dMalloc(sizeof(DilloGif)); - MSG("a_Gif_new: gif=%p\n", gif); + _MSG("a_Gif_new: gif=%p\n", gif); gif->Image = Image; gif->url = url; @@ -181,7 +181,7 @@ static void Gif_free(DilloGif *gif) { int i; - MSG("Gif_free: gif=%p\n", gif); + _MSG("Gif_free: gif=%p\n", gif); dFree(gif->linebuf); if (gif->spill_lines != NULL) { |