ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/modules/workwizu workwizu.c,1.29,1.30


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/workwizu workwizu.c,1.29,1.30
Date: Fri, 21 Feb 2003 06:48:01 -0500

Update of /cvsroot/ayttm/ayttm/modules/workwizu
In directory subversions:/tmp/cvs-serv6519/modules/workwizu

Modified Files:
        workwizu.c 
Log Message:
fix problem with messages containing :


Index: workwizu.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/workwizu/workwizu.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- workwizu.c  6 Feb 2003 09:15:37 -0000       1.29
+++ workwizu.c  21 Feb 2003 11:47:56 -0000      1.30
@@ -394,7 +394,7 @@
        char *data;
 
        /* 0 tag : 1 from : 2 to : 3 data */
-       tokens = g_strsplit(packet, ":", 4);
+       tokens = g_strsplit(packet, ":", 3);
        tag = atoi(tokens[0]);
        from = atoi(tokens[1]);
        to = atoi(tokens[2]);





reply via email to

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