X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cc1b761a57239ab2e165e4d9757c070fa16d6cd3..85284ca4b226d9a1ab6bed26c5eaa480543649d5:/src/common/imagpcx.cpp diff --git a/src/common/imagpcx.cpp b/src/common/imagpcx.cpp index 05f1d66a5e..71f3b1e7a5 100644 --- a/src/common/imagpcx.cpp +++ b/src/common/imagpcx.cpp @@ -487,7 +487,7 @@ bool wxPCXHandler::SaveFile( wxImage *image, wxOutputStream& stream, bool verbos bool wxPCXHandler::DoCanRead( wxInputStream& stream ) { - unsigned char c = stream.GetC(); + unsigned char c = stream.GetC(); // it's ok to modify the stream position here if ( !stream ) return false;