summaryrefslogtreecommitdiff
path: root/xev.c
diff options
context:
space:
mode:
authorAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2004-03-17 20:32:47 +0000
committerAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2004-03-17 20:32:47 +0000
commit6a53ab3c0c10aff500f9ba232f0938e11d102dc7 (patch)
tree6e6b4b9d3b774860b2fb6794ba2286655aeb4ef6 /xev.c
parent5784d4912c94ae1e9a5122a433b471f47e3266f4 (diff)
Diffstat (limited to 'xev.c')
-rw-r--r--xev.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xev.c b/xev.c
index ad4b0b4..1622fe5 100644
--- a/xev.c
+++ b/xev.c
@@ -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