Update of /cvsroot/mahogany/M/src/mail
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13607/src/mail
Modified Files:
ThreadJWZ.cpp
Log Message:
64 bit compilation fix (can't cast pointer to int)
Index: ThreadJWZ.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/ThreadJWZ.cpp,v
retrieving revision 1.31
retrieving revision 1.32
diff -b -u -2 -r1.31 -r1.32
--- ThreadJWZ.cpp 7 Apr 2004 22:59:25 -0000 1.31
+++ ThreadJWZ.cpp 3 May 2006 16:35:10 -0000 1.32
@@ -483,5 +483,5 @@
if (that->m_id->empty()) {
- *that->m_id = String(_T("<emptyId:")) << (int)this << _T(">");
+ *that->m_id = String::Format(_T("<emptyId:%p>"), this);
}
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates