comparison finch/libgnt/gntmain.c @ 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 76e0463db3aa
children 8d74a9e409f1
comparison
equal deleted inserted replaced
22295:bb124c3e668c 22296:6d3f8042f21f
219 219
220 static gboolean 220 static gboolean
221 io_invoke(GIOChannel *source, GIOCondition cond, gpointer null) 221 io_invoke(GIOChannel *source, GIOCondition cond, gpointer null)
222 { 222 {
223 char keys[256]; 223 char keys[256];
224 int rd; 224 gssize rd;
225 char *k; 225 char *k;
226 char *cvrt = NULL; 226 char *cvrt = NULL;
227 227
228 if (wm->mode == GNT_KP_MODE_WAIT_ON_CHILD) 228 if (wm->mode == GNT_KP_MODE_WAIT_ON_CHILD)
229 return FALSE; 229 return FALSE;