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

Modified Files:
        SendMessageCC.cpp 
Log Message:
Fixed: wxString passed as %s parameter

Index: SendMessageCC.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/SendMessageCC.cpp,v
retrieving revision 1.218
retrieving revision 1.219
diff -b -u -2 -r1.218 -r1.219
--- SendMessageCC.cpp   15 Oct 2003 23:13:25 -0000      1.218
+++ SendMessageCC.cpp   16 Oct 2003 10:23:45 -0000      1.219
@@ -1731,5 +1731,5 @@
                      command.Printf(_T("%s < '%s'; exec /bin/rm -f '%s'"),
                                     m_SendmailCmd.c_str(),
-                                    filename, filename);
+                                    filename.c_str(), filename.c_str());
                      // HORRIBLE HACK: this should be `const char *' but wxExecute's
                      // prototype doesn't allow it...



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to