Update of /cvsroot/mahogany/M/src/mail
In directory usw-pr-cvs1:/tmp/cvs-serv14606/src/mail
Modified Files:
MailFolderCC.cpp
Log Message:
fixed compilation warning
Index: MailFolderCC.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/MailFolderCC.cpp,v
retrieving revision 1.647
retrieving revision 1.648
diff -b -u -2 -r1.647 -r1.648
--- MailFolderCC.cpp 29 Oct 2002 21:31:15 -0000 1.647
+++ MailFolderCC.cpp 31 Oct 2002 21:16:36 -0000 1.648
@@ -1922,5 +1922,5 @@
FileMailboxFormat format = m_mfolder->GetFileMboxFormat();
- if ( format >= WXSIZEOF(cclient_drivers) )
+ if ( format >= (int)WXSIZEOF(cclient_drivers) )
{
FAIL_MSG( _T("invalid file mailbox format!") );
-------------------------------------------------------
This sf.net email is sponsored by: Influence the future
of Java(TM) technology. Join the Java Community
Process(SM) (JCP(SM)) program now.
http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates