From 95ac8831138b0bc8d10fcbf96d091ab3458f540d Mon Sep 17 00:00:00 2001 From: jacob Date: Mon, 25 Jan 2010 14:33:39 +0000 Subject: [PATCH] ...and the rest of r8854. git-svn-id: svn://svn.tartarus.org/sgt/putty@8855 cda61777-01e9-0310-a592-d414129be87e --- unix/gtkwin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix/gtkwin.c b/unix/gtkwin.c index 2fbe4b73..393d98f5 100644 --- a/unix/gtkwin.c +++ b/unix/gtkwin.c @@ -1320,7 +1320,7 @@ void timer_change_notify(long next) ticks = 1; /* just in case */ timer_id = gtk_timeout_add(ticks, timer_trigger, - GINT_TO_POINTER(next)); + GSIZE_TO_POINTER(next)); } void fd_input_func(gpointer data, gint sourcefd, GdkInputCondition condition) -- 2.11.0