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.C,1.27,1.28


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/msn2/libmsn2 msn_core.C,1.27,1.28
Date: Thu, 13 Mar 2003 13:31:59 -0500

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

Modified Files:
        msn_core.C 
Log Message:
fix sig11


Index: msn_core.C
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/msn2/libmsn2/msn_core.C,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- msn_core.C  7 Mar 2003 13:38:19 -0000       1.27
+++ msn_core.C  13 Mar 2003 18:31:51 -0000      1.28
@@ -850,7 +850,7 @@
   {
     message * msg=new message;
     msg->header=strdup(mime);
-    msg->body=strdup(body);
+    msg->body=(body != NULL) ? strdup(body):strdup("");
     msg->font=NULL;
     msg->content=msn_find_in_mime(mime, "Content-Type"); // include any 
"charset=" I've chopped off
     ext_got_IM(conn, args[1], msn_decode_URL(args[2]), msg);





reply via email to

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