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

Modified Files:
        wxComposeView.cpp 
Log Message:
Fixed malformed format string

Index: wxComposeView.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxComposeView.cpp,v
retrieving revision 1.353
retrieving revision 1.354
diff -b -u -2 -r1.353 -r1.354
--- wxComposeView.cpp   12 Oct 2003 11:30:12 -0000      1.353
+++ wxComposeView.cpp   16 Oct 2003 12:56:37 -0000      1.354
@@ -1540,5 +1540,5 @@
                else // bad header format
                {
-                  wxLogDebug(_T("Corrupted "), HEADER_GEOMETRY, _T(" header '%s'."),
+                  wxLogDebug(_T("Corrupted ") HEADER_GEOMETRY _T(" header '%s'."),
                              value.c_str());
                }



-------------------------------------------------------
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