pidgin/pidgin

Fix better
release-2.x.y
2014-05-06, Tomasz Wasilczyk
7b2dd0100fd6
Fix better
--- a/libpurple/plugins/tcl/tcl_glib.c Tue May 06 15:59:09 2014 +0200
+++ b/libpurple/plugins/tcl/tcl_glib.c Tue May 06 16:15:03 2014 +0200
@@ -124,7 +124,7 @@
tcl_file_handlers = g_hash_table_new(g_direct_hash, g_direct_equal);
}
-static void tcl_set_timer(Tcl_Time *timePtr)
+static void tcl_set_timer(CONST86 Tcl_Time *timePtr)
{
guint interval;
@@ -141,7 +141,7 @@
tcl_timer_pending = TRUE;
}
-static int tcl_wait_for_event(Tcl_Time *timePtr)
+static int tcl_wait_for_event(CONST86 Tcl_Time *timePtr)
{
if (!timePtr || (timePtr->sec == 0 && timePtr->usec == 0)) {
g_main_context_iteration(NULL, FALSE);