[Xorg-commit] xc/programs/xev xev.c,1.1.4.1,1.1.4.2

Kaleb Keithley xorg-commit at pdx.freedesktop.org
Wed May 9 17:30:30 EEST 2007


Committed by: kaleb

Update of /cvs/xorg/xc/programs/xev
In directory pdx:/home/kaleb/xorg/xc.XORG-CURRENT/programs/xev

Modified Files:
      Tag: XORG-CURRENT
	xev.c 
Log Message:
merge most of XFree86 RC3 (4.3.99.903) from vendor branch.
bug #214


Index: xev.c
===================================================================
RCS file: /cvs/xorg/xc/programs/xev/xev.c,v
retrieving revision 1.1.4.1
retrieving revision 1.1.4.2
diff -u -d -r1.1.4.1 -r1.1.4.2
--- a/xev.c	26 Nov 2003 22:49:11 -0000	1.1.4.1
+++ b/xev.c	23 Feb 2004 21:37:50 -0000	1.1.4.2
@@ -28,7 +28,7 @@
 from the X Consortium.
 
 */
-/* $XFree86: xc/programs/xev/xev.c,v 1.13 2003/10/24 20:38:17 tsi Exp $ */
+/* $XFree86: xc/programs/xev/xev.c,v 1.14 2004/02/07 04:33:07 dawes Exp $ */
 
 /*
  * Author:  Jim Fulton, MIT X Consortium
@@ -85,8 +85,8 @@
     printf("(");
     len--;
     while (len-- > 0)
-        printf("%02x ", *str++);
-    printf("%02x)", *str++);
+        printf("%02x ", (unsigned char) *str++);
+    printf("%02x)", (unsigned char) *str++);
 }
 
 static void





More information about the xorg-commit mailing list