summaryrefslogtreecommitdiff
path: root/riscos
diff options
context:
space:
mode:
Diffstat (limited to 'riscos')
-rw-r--r--riscos/textselection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/textselection.c b/riscos/textselection.c
index 7e248938e..579936bbd 100644
--- a/riscos/textselection.c
+++ b/riscos/textselection.c
@@ -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;