From 3251f4b49ca1bfd83c910da5a6b1b55727317802 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 27 Mar 2009 01:29:39 +0000 Subject: Squash warning svn path=/trunk/netsurf/; revision=6915 --- riscos/textselection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscos/textselection.c') 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; } -- cgit v1.2.3