Removed use of escape/unescape pending parsing of new instruction format.
This commit is contained in:
parent
e19c636bdb
commit
12649bd657
@ -90,7 +90,7 @@ int __guac_handle_clipboard(guac_client* client, guac_instruction* instruction)
|
|||||||
if (client->clipboard_handler)
|
if (client->clipboard_handler)
|
||||||
return client->clipboard_handler(
|
return client->clipboard_handler(
|
||||||
client,
|
client,
|
||||||
guac_unescape_string_inplace(instruction->argv[0]) /* data */
|
instruction->argv[0] /* data */
|
||||||
);
|
);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user