ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/modules/yahoo2/libyahoo2 libyahoo2.c,1.12,1.1


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/yahoo2/libyahoo2 libyahoo2.c,1.12,1.13
Date: Fri, 14 Mar 2003 19:15:36 -0500

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

Modified Files:
        libyahoo2.c 
Log Message:
another patch from Philip


Index: libyahoo2.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/yahoo2/libyahoo2/libyahoo2.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- libyahoo2.c 14 Mar 2003 08:26:40 -0000      1.12
+++ libyahoo2.c 15 Mar 2003 00:15:34 -0000      1.13
@@ -69,8 +69,6 @@
 #include <stdlib.h>
 #include <ctype.h>
 
-#include <time.h>
-
 #include "md5.h"
 #include "yahoo2.h"
 #include "yahoo_connections.h"
@@ -1936,7 +1934,6 @@
 {
        struct yahoo_data *yd = find_conn_by_id(id);
        struct yahoo_data *nyd;
-       time_t tm = time(NULL);
        char url[1024];
        char buff[1024];
 
@@ -1949,9 +1946,7 @@
        nyd->type = YAHOO_CONNECTION_YAB;
        nyd->buddies = yd->buddies;
 
-       snprintf(url, 1024, "http://insider.msg.yahoo.com/ycontent/?"; 
-               "filter=%lu&imv=%lu&system=%lu&sms=%lu&chatcat=%lu"
-               "&ab2=0&intl=us&os=win", tm, tm, tm, tm, tm);
+       snprintf(url, 1024, "http://insider.msg.yahoo.com/ycontent/?ab2=0";);
 
        snprintf(buff, sizeof(buff), "Y=%s; T=%s",
                        yd->cookie_y, yd->cookie_t);





reply via email to

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