Skip to content
Snippets Groups Projects
Commit 3307f394 authored by Mirar (Pontus Hagland)'s avatar Mirar (Pontus Hagland)
Browse files

ups, forgot to erase an fprintf...

Rev: src/modules/Image/encodings/xwd.c:1.7
parent 3c95f905
No related branches found
No related tags found
No related merge requests found
/* $Id: xwd.c,v 1.6 1998/05/09 14:18:13 mirar Exp $ */ /* $Id: xwd.c,v 1.7 1998/05/12 11:43:40 mirar Exp $ */
/* /*
**! module Image **! module Image
**! note **! note
**! $Id: xwd.c,v 1.6 1998/05/09 14:18:13 mirar Exp $ **! $Id: xwd.c,v 1.7 1998/05/12 11:43:40 mirar Exp $
**! submodule XWD **! submodule XWD
**! **!
**! This submodule keeps the XWD (X Windows Dump) **! This submodule keeps the XWD (X Windows Dump)
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#include <ctype.h> #include <ctype.h>
#include "stralloc.h" #include "stralloc.h"
RCSID("$Id: xwd.c,v 1.6 1998/05/09 14:18:13 mirar Exp $"); RCSID("$Id: xwd.c,v 1.7 1998/05/12 11:43:40 mirar Exp $");
#include "pike_macros.h" #include "pike_macros.h"
#include "object.h" #include "object.h"
#include "constants.h" #include "constants.h"
...@@ -296,8 +296,6 @@ static void image_xwd__decode(INT32 args) ...@@ -296,8 +296,6 @@ static void image_xwd__decode(INT32 args)
s->str+(header.header_size+header.ncolors*12), s->str+(header.header_size+header.ncolors*12),
s->len-(header.header_size+header.ncolors*12))); s->len-(header.header_size+header.ncolors*12)));
fprintf(stderr,"f %d %d\n",header.visual_class,header.pixmap_format);
switch (header.visual_class*100+header.pixmap_format) switch (header.visual_class*100+header.pixmap_format)
{ {
/* /*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment