summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2004-02-23 21:37:50 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2004-02-23 21:37:50 +0000
commit34150bdcff5165342bb0f4a6402eff79ee09a8bd (patch)
treefe2c1420359ea58c747e565172a19da5086648b7
parent5784d4912c94ae1e9a5122a433b471f47e3266f4 (diff)
merge most of XFree86 RC3 (4.3.99.903) from vendor branch. bug #214XORG-RELEASE-1-BASEXEVIE-MERGEXINERAMA_2
-rw-r--r--xev.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/xev.c b/xev.c
index ad4b0b4..5d755ea 100644
--- 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