Revision: 7319
http://mahogany.svn.sourceforge.net/mahogany/?rev=7319&view=rev
Author: vadz
Date: 2007-08-20 03:39:12 -0700 (Mon, 20 Aug 2007)
Log Message:
-----------
mail_parameters() returns char*, not wxChar*
Modified Paths:
--------------
trunk/M/src/mail/MailFolderCC.cpp
Modified: trunk/M/src/mail/MailFolderCC.cpp
===================================================================
--- trunk/M/src/mail/MailFolderCC.cpp 2007-08-20 10:38:43 UTC (rev 7318)
+++ trunk/M/src/mail/MailFolderCC.cpp 2007-08-20 10:39:12 UTC (rev 7319)
@@ -4691,7 +4691,7 @@
MailFolderCC::GetNewsSpool(void)
{
CClientInit();
- return (const wxChar *)mail_parameters (NIL,GET_NEWSSPOOL,NULL);
+ return (const char *)mail_parameters (NIL,GET_NEWSSPOOL,NULL);
}
const String& MailFolder::InitializeNewsSpool()
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates