Update of /cvsroot/mahogany/M/src/util
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11286/src/util
Modified Files:
upgrade.cpp
Log Message:
restored size_t instead of wxFileSize_t which doesn't exist any longer
Index: upgrade.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/util/upgrade.cpp,v
retrieving revision 1.220
retrieving revision 1.221
diff -b -u -2 -r1.220 -r1.221
--- upgrade.cpp 29 Oct 2004 02:09:05 -0000 1.220
+++ upgrade.cpp 10 Nov 2004 22:03:48 -0000 1.221
@@ -3913,5 +3913,5 @@
wxFile tmpfile(filename, wxFile::read);
wxChar * buffer = new wxChar [ tmpfile.Length() + 1];
- const wxFileSize_t lenTmp = tmpfile.Length();
+ const size_t lenTmp = tmpfile.Length();
if(tmpfile.Read(buffer, lenTmp) != lenTmp)
{
-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates