Revision: 7235
          http://svn.sourceforge.net/mahogany/?rev=7235&view=rev
Author:   vadz
Date:     2007-04-23 13:21:11 -0700 (Mon, 23 Apr 2007)

Log Message:
-----------
pass pointer, not length, to assign() (fixes recently introduced crash)

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

Modified: trunk/M/src/mail/MailFolderCC.cpp
===================================================================
--- trunk/M/src/mail/MailFolderCC.cpp   2007-04-03 15:02:46 UTC (rev 7234)
+++ trunk/M/src/mail/MailFolderCC.cpp   2007-04-23 20:21:11 UTC (rev 7235)
@@ -1722,7 +1722,7 @@
          }
          else // decoded ok
          {
-            textDecoded.assign((const char *)len, len);
+            textDecoded.assign((const char *)text, len);
             fs_give(&text);
          }
 


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 DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to