ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/modules/yahoo2 yahoo.c,1.6,1.7


From: Philip S Tellis <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/yahoo2 yahoo.c,1.6,1.7
Date: Mon, 13 Jan 2003 08:58:05 -0500

Update of /cvsroot/ayttm/ayttm/modules/yahoo2
In directory subversions:/tmp/cvs-serv19216/modules/yahoo2

Modified Files:
        yahoo.c 
Log Message:
added my name to about.c and put in a hack for accented chars in yahoo

Index: yahoo.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/yahoo2/yahoo.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- yahoo.c     13 Jan 2003 05:45:57 -0000      1.6
+++ yahoo.c     13 Jan 2003 13:58:03 -0000      1.7
@@ -722,6 +722,21 @@
                eb_local_account *receiver = NULL;
                char buff[2048];
 
+               int i=0;
+               while(msg[i]) {
+                       if(msg[i]==(char)195) {
+                               int j=i;
+                               if(!msg[i+1]) {
+                                       msg[i]=0;
+                                       break;
+                               }
+                               msg[i+1] += 64;
+                               while((msg[j] = msg[j+1]))
+                                       j++;
+                       }
+                       i++;
+               }
+
                if(tm) {
                        char newmessage[2048];
                        char timestr[2048];





reply via email to

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