Update of /cvsroot/mahogany/M/src/gui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9497a/src/gui

Modified Files:
        wxComposeView.cpp 
Log Message:
warn fix with latest wx

Index: wxComposeView.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxComposeView.cpp,v
retrieving revision 1.374
retrieving revision 1.375
diff -b -u -2 -r1.374 -r1.375
--- wxComposeView.cpp   28 Sep 2004 10:36:03 -0000      1.374
+++ wxComposeView.cpp   29 Oct 2004 02:07:43 -0000      1.375
@@ -759,5 +759,5 @@
 
             wxString content;
-            const wxFileOffset len = file.Length();
+            const wxFileSize_t len = file.Length();
             if ( file.Read(wxStringBuffer(content, len + 1), len) != len )
             {



-------------------------------------------------------
This Newsletter Sponsored by: Macrovision 
For reliable Linux application installations, use the industry's leading
setup authoring tool, InstallShield X. Learn more and evaluate 
today. http://clk.atdmt.com/MSI/go/ins0030000001msi/direct/01/
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to