oops, I did not want to commit this debugging printf

This commit is contained in:
matthieu 1999-07-16 22:42:10 +00:00
parent 0baa3b125e
commit ba60594063

View File

@ -1,5 +1,5 @@
--- pixmap.c.orig Thu Jan 13 22:36:12 1994 --- pixmap.c.orig Thu Jan 13 22:36:12 1994
+++ pixmap.c Fri Jul 16 22:19:54 1999 +++ pixmap.c Sat Jul 17 00:35:59 1999
@@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
*/ */
@ -40,11 +40,3 @@
int ncolors; int ncolors;
XColor *colors; XColor *colors;
Colormap *colormap; Colormap *colormap;
@@ -612,6 +625,7 @@
&(pixinfo->pixmap),
(Pixmap *)0, /* ignore shape mask for now */
&xpmAttr)) != PixmapSuccess) {
+ fprintf(stderr, "olvwm: XpmRedFileToPixmap failed\n");
goto FAILURE;
}
pixinfo->width = xpmAttr.width;