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.18,1.1


From: Edward L. Haletky <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/yahoo2/libyahoo2 libyahoo2.c,1.18,1.19
Date: Mon, 24 Mar 2003 09:31:22 -0500

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

Modified Files:
        libyahoo2.c 
Log Message:


Update for err var


Index: libyahoo2.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/yahoo2/libyahoo2/libyahoo2.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- libyahoo2.c 24 Mar 2003 14:25:43 -0000      1.18
+++ libyahoo2.c 24 Mar 2003 14:31:20 -0000      1.19
@@ -1802,9 +1802,7 @@
                return;
 
        if(error) {
-#ifdef __MINGW32__
                int err;
-#endif
                yd->fd = YAHOO_CALLBACK(ext_yahoo_connect)(id, pager_host,
                                fallback_ports[i++]);
 #ifdef __MINGW32__
@@ -1836,9 +1834,7 @@
 void yahoo_login(int id, int initial)
 {
        struct yahoo_data *yd = find_conn_by_id(id);
-#ifdef __MINGW32__
        int err;
-#endif
 
        if(!yd)
                return;





reply via email to

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