Merge pull request #3985 from ilammy/x11-cliprdr/fix-html

Do not fixup HTML data length
This commit is contained in:
akallabeth 2017-05-31 11:34:52 +02:00 committed by GitHub
commit 2eb0c53428
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}