From 6c59c80ed5577afe557aaa3c64a30466b3c9516f Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 4 Jun 2010 09:39:30 +0000 Subject: s/int/size_t/ svn path=/trunk/netsurf/; revision=10562 --- render/html_interaction.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/render/html_interaction.c b/render/html_interaction.c index 90f8fe25f..8cbd2c143 100644 --- a/render/html_interaction.c +++ b/render/html_interaction.c @@ -831,7 +831,7 @@ size_t html_selection_drag_end(hlcache_handle *h, browser_mouse_state mouse, int pixel_offset; struct box *box; int dx, dy; - int idx = 0; + size_t idx = 0; box = box_pick_text_box(h, x, y, dir, &dx, &dy); if (box) { -- cgit v1.2.3