From 115d4c0afcef94eb1ba888e3977736138e1721e0 Mon Sep 17 00:00:00 2001 From: wkj Date: Mon, 3 May 2004 17:26:17 +0000 Subject: Ignore unknown pragmas. Be less verbose when allocating uprocs. Don't drop core dump turds all over the place when x11 goes away. --- src/libdraw/x11-init.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/libdraw') diff --git a/src/libdraw/x11-init.c b/src/libdraw/x11-init.c index 3388407d..5424e383 100644 --- a/src/libdraw/x11-init.c +++ b/src/libdraw/x11-init.c @@ -173,7 +173,8 @@ xerror(XDisplay *d, XErrorEvent *e) static int xioerror(XDisplay *d) { - print("X I/O error\n"); + //print("X I/O error\n"); + sysfatal("X I/O error\n"); abort(); return -1; } -- cgit v1.2.3