diff options
Diffstat (limited to 'x11vnc/connections.c')
-rw-r--r-- | x11vnc/connections.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/connections.c b/x11vnc/connections.c index ba6e3ac..4640029 100644 --- a/x11vnc/connections.c +++ b/x11vnc/connections.c @@ -300,7 +300,7 @@ void set_client_input(char *str) { } *p = '\0'; p++; - val = short_kmbc(p); + val = short_kmbcf(p); cl_list = client_match(str); |