----------------------------------------------------------------- Revision: dc53960d0e40861598072b15f5de1f6decbbd619 Ancestor: 8560411a346db747adaad2941cb437284f63c8de Author: nosnilmot@pidgin.im Date: 2008-02-14T16:35:14 Branch: im.pidgin.pidgin 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". ============================================================ --- 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;