Forgot to restore the increment of current keysym.

This commit is contained in:
Michael Jumper 2012-03-20 20:10:22 -07:00
parent 9f94d48c65
commit 7290c2fe89

View File

@ -336,6 +336,9 @@ void __guac_rdp_update_keysyms(guac_client* client, const int* keysym_string, in
if (current_state == from)
__guac_rdp_send_keysym(client, *keysym_string, to);
/* Next keysym */
keysym_string++;
}
}