From b40a6748eb6c815cb046127b642f225f8d2030cf Mon Sep 17 00:00:00 2001 From: Ron Lee Date: Wed, 10 Nov 2004 14:37:55 +0000 Subject: [PATCH] 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 --- src/common/intl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/intl.cpp b/src/common/intl.cpp index 11c6340293..2350c1a41e 100644 --- a/src/common/intl.cpp +++ b/src/common/intl.cpp @@ -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; -- 2.47.2