ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/modules/msn2/libmsn2 msn_core.h,1.13,1.14


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/msn2/libmsn2 msn_core.h,1.13,1.14
Date: Fri, 21 Mar 2003 20:56:45 -0500

Update of /cvsroot/ayttm/ayttm/modules/msn2/libmsn2
In directory subversions:/tmp/cvs-serv15521/libmsn2

Modified Files:
        msn_core.h 
Log Message:
one more segfault fix


Index: msn_core.h
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/msn2/libmsn2/msn_core.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- msn_core.h  21 Mar 2003 10:00:18 -0000      1.13
+++ msn_core.h  22 Mar 2003 01:56:43 -0000      1.14
@@ -136,8 +136,9 @@
   char * cookie;
   char * other_user;
   msnconn * conn;
+  int cancelled;
   
-  invitation() { cookie=other_user=NULL; }
+  invitation() { cookie=other_user=NULL; cancelled=0;}
   ~invitation() { if(cookie!=NULL) { delete cookie; } if(other_user!=NULL) { 
delete other_user; } }
 };
 
@@ -150,8 +151,8 @@
   public:
   char * filename;
   long unsigned filesize;
-  int cancelled;
-  invitation_ftp() { filename=NULL; cancelled=0;}
+
+  invitation_ftp() { filename=NULL;}
   ~invitation_ftp()
     { if(filename!=NULL) { delete filename; } }
 };





reply via email to

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