From 1b51530afbc5dff413ea0090834d92e1d96e96e9 Mon Sep 17 00:00:00 2001 From: runge Date: Tue, 4 Jul 2006 19:55:28 +0000 Subject: x11vnc: remove compiler warnings; HP-UX tweaks. --- x11vnc/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11vnc/keyboard.c') diff --git a/x11vnc/keyboard.c b/x11vnc/keyboard.c index a2ae349..d056d05 100644 --- a/x11vnc/keyboard.c +++ b/x11vnc/keyboard.c @@ -579,7 +579,7 @@ static void add_dead_keysyms(char *str) { p = str; while (*p != '\0') { - if (isspace(*p)) { + if (isspace((unsigned char) (*p))) { *p = '\0'; } p++; -- cgit v1.2.3