changeset 22296:6d3f8042f21f

Fix the "Finch doesn't work" bug. More specifically, it turned out to be "Finch doesn't work on x86_64".
author Stu Tomlinson <stu@nosnilmot.com>
date Thu, 14 Feb 2008 16:35:14 +0000
parents bb124c3e668c
children 00c20312e289
files finch/libgnt/gntmain.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/finch/libgnt/gntmain.c	Thu Feb 14 13:03:34 2008 +0000
+++ b/finch/libgnt/gntmain.c	Thu Feb 14 16:35:14 2008 +0000
@@ -221,7 +221,7 @@
 io_invoke(GIOChannel *source, GIOCondition cond, gpointer null)
 {
 	char keys[256];
-	int rd;
+	gssize rd;
 	char *k;
 	char *cvrt = NULL;