mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-24 07:19:37 +03:00
Set Message_DataRequest length correctly.
This commit is contained in:
parent
bbd46de011
commit
3c373994f9
@ -328,7 +328,7 @@ void ro_gui_selection_prepare_paste(wimp_w w,
|
||||
|
||||
ro_gui_discard_clipboard_contents();
|
||||
|
||||
msg.size = sizeof(msg);
|
||||
msg.size = 48; /* There's only one filetype listed. */
|
||||
msg.your_ref = 0;
|
||||
msg.action = message_DATA_REQUEST;
|
||||
msg.w = w;
|
||||
|
Loading…
Reference in New Issue
Block a user