pidgin/purple-plugin-pack

fix compile warnings
org.guifications.plugins
2008-05-17, nosnilmot
aea69cd7b2e6
Parents 7250a93d50de
Children 0ae6b0dd9342
fix compile warnings
--- a/timelog/timelog.c Sat May 17 17:50:55 2008 -0400
+++ b/timelog/timelog.c Sat May 17 17:51:29 2008 -0400
@@ -93,7 +93,7 @@
log_sets = purple_log_get_log_sets();
g_hash_table_foreach(log_sets, foreach_log_set, query);
- tl_debug("found %u logs for %s between %u and %u\n",
+ tl_debug("found %u logs for %s between %lu and %lu\n",
g_list_length(query->logs),
query->account->username,
query->start, query->end);