aboutsummaryrefslogtreecommitdiffstats
path: root/src/libsympathy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libsympathy.c')
-rw-r--r--src/libsympathy.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/libsympathy.c b/src/libsympathy.c
index cf70750..ffe8d16 100644
--- a/src/libsympathy.c
+++ b/src/libsympathy.c
@@ -11,6 +11,9 @@ static char rcsid[] =
/*
* $Log$
+ * Revision 1.12 2008/02/07 13:26:35 james
+ * *** empty log message ***
+ *
* Revision 1.11 2008/02/07 13:22:51 james
* *** empty log message ***
*
@@ -129,7 +132,7 @@ testy (void)
if (FD_ISSET (t->fd, &rfd))
{
- if (vt102_dispatch (v, t))
+ if (vt102_dispatch_one (v, t))
break;
}