Ticket #313: Fixed styling.
This commit is contained in:
parent
fb74c87e23
commit
8f1b5ae769
@ -106,7 +106,8 @@ int vnc_guac_client_clipboard_handler(guac_client* client, char* data) {
|
||||
SendClientCutText(rfb_client, iso_8559_1_data, strlen(iso_8559_1_data));
|
||||
free(iso_8559_1_data);
|
||||
/* Otherwise, just send an empty string. */
|
||||
} else
|
||||
}
|
||||
else
|
||||
SendClientCutText(rfb_client, "", 0);
|
||||
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user