ayttm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ayttm-commits] CVS: ayttm/src smileys.c,1.14,1.15


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/src smileys.c,1.14,1.15
Date: Wed, 05 Feb 2003 05:47:48 -0500

Update of /cvsroot/ayttm/ayttm/src
In directory subversions:/tmp/cvs-serv3587/src

Modified Files:
        smileys.c 
Log Message:
fix <br><br>>:) problem


Index: smileys.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/smileys.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- smileys.c   30 Jan 2003 05:27:49 -0000      1.14
+++ smileys.c   5 Feb 2003 10:47:45 -0000       1.15
@@ -215,7 +215,7 @@
   while(text[ipos]!='\0')
   {
     /* ignore anything in < > */
-    if(text[ipos] == '<') {
+    while(text[ipos] == '<') {
       while(text[ipos] && text[ipos] != '>') {
         g_string_append_c(newstr, text[ipos++]);
       }





reply via email to

[Prev in Thread] Current Thread [Next in Thread]