Fix warning about signed/unsigned comparison in wxFile::ReadAll().
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 27 Oct 2012 12:27:53 +0000 (12:27 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 27 Oct 2012 12:27:53 +0000 (12:27 +0000)
commit5fd78a8e6f21521e5bb5280119f0c5c62fab9cc5
treec4179edb716dceaedddd8d5c205541e55f3ce4b0
parentc70155b8ee6cdf24966de6bf24370b0454a045ab
Fix warning about signed/unsigned comparison in wxFile::ReadAll().

Compare ssize_t value with another ssize_t value instead of size_t one to
avoid warnings.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72800 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/file.cpp