From 59fb052818656e74162d7f026f7089ec42c1e8a0 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 27 Dec 2003 00:11:57 +0000 Subject: [project @ 2003-12-27 00:11:57 by jmb] Tidy code to reduce compiler warnings. htmlredraw.c and plugin.c produce the most now. Hopefully I haven't broken anything ;) svn path=/import/netsurf/; revision=451 --- riscos/textselection.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'riscos/textselection.c') diff --git a/riscos/textselection.c b/riscos/textselection.c index bad404829..fec3bbc69 100644 --- a/riscos/textselection.c +++ b/riscos/textselection.c @@ -5,6 +5,7 @@ * Copyright 2003 Phil Mellor */ +#include #include "oslib/wimp.h" #include "netsurf/riscos/gui.h" #include "netsurf/utils/log.h" @@ -122,7 +123,7 @@ void ro_gui_drag_end(wimp_dragged* drag) strcpy(send_message->data.data_xfer.file_name, current_drag.data.download.gui->data.download.path); - LOG(("Sending message to window owner, filename = %s, length = %lu", + LOG(("Sending message to window owner, filename = %s, length = %d", send_message->data.data_xfer.file_name, send_message->data.data_xfer.est_size)); -- cgit v1.2.3