warning fix after huge file patch

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29443 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-09-27 11:29:12 +00:00
parent df455719ff
commit ed7c11abc8

View File

@@ -1120,7 +1120,7 @@ bool wxMsgCatalogFile::Load(const wxChar *szDirPrefix, const wxChar *szName0,
return false;
// get the file size
off_t nSize = fileMsg.Length();
size_t nSize = fileMsg.Length();
if ( nSize == wxInvalidOffset )
return false;