diff libpurple/protocols/simple/simple.c @ 23796:69d54f84350a

propagate from branch 'im.pidgin.pidgin' (head 9da7555026cd7b8456f95ae153a7852ddbcf6678) to branch 'im.pidgin.pidgin.vv' (head 3f8b4b5a421935e71b45c7b8260c8bb32a330384)
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 13 Apr 2008 17:53:46 +0000
parents 92e71f6e10d4 c65c96e231b5
children ff29208e03ef
line wrap: on
line diff
--- a/libpurple/protocols/simple/simple.c	Sat Mar 22 09:40:38 2008 +0000
+++ b/libpurple/protocols/simple/simple.c	Sun Apr 13 17:53:46 2008 +0000
@@ -947,7 +947,7 @@
 	while(tmp) {
 		struct transaction *trans = tmp->data;
 		tmp = tmp->next;
-		purple_debug_info("simple", "have open transaction age: %d\n", currtime- trans->time);
+		purple_debug_info("simple", "have open transaction age: %lu\n", currtime- trans->time);
 		if((currtime - trans->time > 5) && trans->retries >= 1) {
 			/* TODO 408 */
 		} else {