wxFile::Length() return type fix (replaces last check in)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29490 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1120,7 +1120,7 @@ bool wxMsgCatalogFile::Load(const wxChar *szDirPrefix, const wxChar *szName0,
|
|||||||
return false;
|
return false;
|
||||||
|
|
||||||
// get the file size
|
// get the file size
|
||||||
size_t nSize = fileMsg.Length();
|
wxFileOffset nSize = fileMsg.Length();
|
||||||
if ( nSize == wxInvalidOffset )
|
if ( nSize == wxInvalidOffset )
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user