mirror of https://github.com/FreeRDP/FreeRDP
Merge pull request #3985 from ilammy/x11-cliprdr/fix-html
Do not fixup HTML data length
This commit is contained in:
commit
2eb0c53428
|
@ -588,7 +588,6 @@ static void xf_cliprdr_process_requested_data(xfClipboard* clipboard,
|
|||
break;
|
||||
|
||||
case CB_FORMAT_HTML:
|
||||
size = strlen((char*) data) + 1;
|
||||
srcFormatId = ClipboardGetFormatId(clipboard->system, "text/html");
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue