aboutsummaryrefslogtreecommitdiffstats
path: root/src/ansi.c
diff options
context:
space:
mode:
authorstaffcvs <>2008-02-07 11:11:14 +0000
committerstaffcvs <>2008-02-07 11:11:14 +0000
commita0799281f0f7d0f8cd3e69a861515f4efa40a453 (patch)
treef4c0270d19d3b6769a8e90e26cee7e8ec825b73a /src/ansi.c
parentf300f5ca0eee189735e1103f8e93d57331aacb11 (diff)
downloadsympathy-a0799281f0f7d0f8cd3e69a861515f4efa40a453.tar.gz
sympathy-a0799281f0f7d0f8cd3e69a861515f4efa40a453.tar.bz2
sympathy-a0799281f0f7d0f8cd3e69a861515f4efa40a453.zip
*** empty log message ***
Diffstat (limited to 'src/ansi.c')
-rw-r--r--src/ansi.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ansi.c b/src/ansi.c
index 2154413..ddce89e 100644
--- a/src/ansi.c
+++ b/src/ansi.c
@@ -10,6 +10,9 @@ static char rcsid[] = "$Id$";
/*
* $Log$
+ * Revision 1.11 2008/02/07 11:11:14 staffcvs
+ * *** empty log message ***
+ *
* Revision 1.10 2008/02/07 01:02:52 james
* *** empty log message ***
*
@@ -587,6 +590,12 @@ ansi_dispatch (ANSI * a, VT102 * v)
return -1;
#endif
+#if 1
+ if (*buf == 1)
+ return 1;
+#endif
+
+
ansi_parse (a, buf, red, v);
return 0;