summaryrefslogtreecommitdiffstats
path: root/x11vnc/keyboard.c
diff options
context:
space:
mode:
authorrunge <runge>2006-07-04 19:55:28 +0000
committerrunge <runge>2006-07-04 19:55:28 +0000
commit1b51530afbc5dff413ea0090834d92e1d96e96e9 (patch)
tree98720532dfb9ab9b2e7763d3cd54340a768f45b8 /x11vnc/keyboard.c
parenta7726a6f970f49c2bedac4926aa30de18d96ae41 (diff)
downloadlibtdevnc-1b51530afbc5dff413ea0090834d92e1d96e96e9.tar.gz
libtdevnc-1b51530afbc5dff413ea0090834d92e1d96e96e9.zip
x11vnc: remove compiler warnings; HP-UX tweaks.
Diffstat (limited to 'x11vnc/keyboard.c')
-rw-r--r--x11vnc/keyboard.c2
1 files changed, 1 insertions, 1 deletions
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++;