summaryrefslogtreecommitdiff
path: root/riscos/textselection.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/textselection.c')
-rw-r--r--riscos/textselection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/textselection.c b/riscos/textselection.c
index 9f094c5de..ca0ebb88f 100644
--- a/riscos/textselection.c
+++ b/riscos/textselection.c
@@ -323,7 +323,7 @@ bool gui_commit_clipboard(void)
owns_clipboard = true;
}
- LOG(("clipboard now holds %d bytes", clip_length));
+ LOG(("clipboard now holds %zd bytes", clip_length));
return true;
}