[Commit] xcb/lib/XCL ErrHndlr.c,1.4,1.5

Bart Massey commit@keithp.com
Fri, 25 Apr 2003 15:05:52 -0700


Committed by: bart

Update of /local/src/CVS/xcb/lib/XCL
In directory home.keithp.com:/tmp/cvs-serv19061

Modified Files:
	ErrHndlr.c 
Log Message:
Fixed "bumped keyboard" bug.



Index: ErrHndlr.c
===================================================================
RCS file: /local/src/CVS/xcb/lib/XCL/ErrHndlr.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- ErrHndlr.c	26 May 2002 07:31:49 -0000	1.4
+++ ErrHndlr.c	25 Apr 2003 22:05:50 -0000	1.5
@@ -147,8 +147,7 @@
 #endif
                         DisplayString (dpy));
             (void) fprintf (stderr, 
-         "      after %lu requests (%lu known processed) with %d events remainin
-g.\r\n",
+         "      after %lu requests (%lu known processed) with %d events remaining.\r\n",
                         NextRequest(dpy) - 1, LastKnownRequestProcessed(dpy),
                         QLength(dpy));