Update of /cvsroot/mahogany/M/src/mail
In directory usw-pr-cvs1:/tmp/cvs-serv2309/src/mail

Modified Files:
        SendMessageCC.cpp 
Log Message:
argh, really real compilation fix for gcc 3.0

Index: SendMessageCC.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/SendMessageCC.cpp,v
retrieving revision 1.184
retrieving revision 1.185
diff -b -u -2 -r1.184 -r1.185
--- SendMessageCC.cpp   19 Mar 2002 00:40:11 -0000      1.184
+++ SendMessageCC.cpp   19 Mar 2002 00:43:46 -0000      1.185
@@ -1633,5 +1633,5 @@
    ofstream ostr(filename.c_str(),
                  append ? ios::out | ios::binary
-                        : ios::out | ios::binary | ios:trunc);
+                        : ios::out | ios::binary | ios::trunc);
 
    bool ok = !(!ostr || ostr.bad());


_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to