im.pidgin.pidgin: dc53960d0e40861598072b15f5de1f6decbbd619

nosnilmot at pidgin.im nosnilmot at pidgin.im
Thu Feb 14 11:40:42 EST 2008


-----------------------------------------------------------------
Revision: dc53960d0e40861598072b15f5de1f6decbbd619
Ancestor: 8560411a346db747adaad2941cb437284f63c8de
Author: nosnilmot at pidgin.im
Date: 2008-02-14T16:35:14
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/dc53960d0e40861598072b15f5de1f6decbbd619

Modified files:
        finch/libgnt/gntmain.c

ChangeLog: 

Fix the "Finch doesn't work" bug. More specifically, it turned out to be
"Finch doesn't work on x86_64".

-------------- next part --------------
============================================================
--- finch/libgnt/gntmain.c	458de173984ff771ca86afc56b8a6da0230cbe82
+++ finch/libgnt/gntmain.c	4139f3491963faf3de90b8771796c47196896bbf
@@ -221,7 +221,7 @@ io_invoke(GIOChannel *source, GIOConditi
 io_invoke(GIOChannel *source, GIOCondition cond, gpointer null)
 {
 	char keys[256];
-	int rd;
+	gssize rd;
 	char *k;
 	char *cvrt = NULL;
 


More information about the Commits mailing list