This size/offset stuff is a mess, but leaving this one warning

about a mismatch that makes the test a NOOP is just silly.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30414 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ron Lee
2004-11-10 14:37:55 +00:00
parent 54e83ca581
commit b40a6748eb

View File

@@ -1120,7 +1120,7 @@ bool wxMsgCatalogFile::Load(const wxChar *szDirPrefix, const wxChar *szName0,
return false;
// get the file size (assume it is less than 4Gb...)
size_t nSize = fileMsg.Length();
wxFileSize_t nSize = fileMsg.Length();
if ( nSize == wxInvalidOffset )
return false;