Revision: 7314
          http://mahogany.svn.sourceforge.net/mahogany/?rev=7314&view=rev
Author:   vadz
Date:     2007-08-04 11:19:05 -0700 (Sat, 04 Aug 2007)

Log Message:
-----------
compilation fix for ANSI build

Modified Paths:
--------------
    trunk/M/src/mail/MimeDecode.cpp

Modified: trunk/M/src/mail/MimeDecode.cpp
===================================================================
--- trunk/M/src/mail/MimeDecode.cpp     2007-08-04 14:47:33 UTC (rev 7313)
+++ trunk/M/src/mail/MimeDecode.cpp     2007-08-04 18:19:05 UTC (rev 7314)
@@ -243,10 +243,10 @@
          // here as we don't have any UTF-7/8 fonts, so we should display a
          // different string
 #if !wxUSE_UNICODE
-         if ( encoding == wxFONTENCODING_UTF7 ||
-                  encoding == wxFONTENCODING_UTF8 )
+         if ( encodingHeader == wxFONTENCODING_UTF7 ||
+                  encodingHeader == wxFONTENCODING_UTF8 )
          {
-            encoding = ConvertUTFToMB(&textDecoded, encoding);
+            encodingHeader = ConvertUTFToMB(&textDecoded, encodingHeader);
          }
 #endif // !wxUSE_UNICODE
 


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

Reply via email to