Import most of XFree86 4.4RC3. This import excludes files which have the new license... 49/9149/1
authorKaleb Keithley <kaleb@freedesktop.org>
Mon, 23 Feb 2004 20:35:40 +0000 (20:35 +0000)
committerSung-Jin Park <sj76.park@samsung.com>
Tue, 3 Sep 2013 03:32:29 +0000 (23:32 -0400)
Change-Id: I5590130c8ba66e1c555bf56ae4f384ed6fab17bf

xev.c

diff --git a/xev.c b/xev.c
index ad4b0b4..5d755ea 100644 (file)
--- a/xev.c
+++ b/xev.c
@@ -28,7 +28,7 @@ other dealings in this Software without prior written authorization
 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 @@ dump (char *str, int len)
     printf("(");
     len--;
     while (len-- > 0)
-        printf("%02x ", *str++);
-    printf("%02x)", *str++);
+        printf("%02x ", (unsigned char) *str++);
+    printf("%02x)", (unsigned char) *str++);
 }
 
 static void