X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/88a7a4e10ed18f81a576dcd866cfbf02bf404c00..c753eb9269d1e6c99b80a2d782ce49d9864ac1da:/src/common/imagpnm.cpp?ds=sidebyside diff --git a/src/common/imagpnm.cpp b/src/common/imagpnm.cpp index 15b611ee64..2b3e75f979 100644 --- a/src/common/imagpnm.cpp +++ b/src/common/imagpnm.cpp @@ -20,9 +20,9 @@ #ifndef WX_PRECOMP #include "wx/intl.h" + #include "wx/log.h" #endif -#include "wx/log.h" #include "wx/txtstrm.h" //----------------------------------------------------------------------------- @@ -96,6 +96,8 @@ bool wxPNMHandler::LoadFile( wxImage *image, wxInputStream& stream, bool verbose for (wxUint32 i=0; iSetMask( false ); @@ -166,6 +180,7 @@ bool wxPNMHandler::DoCanRead( wxInputStream& stream ) { Skip_Comment(stream); + // it's ok to modify the stream position here if ( stream.GetC() == 'P' ) { switch ( stream.GetC() ) @@ -184,4 +199,4 @@ bool wxPNMHandler::DoCanRead( wxInputStream& stream ) #endif // wxUSE_STREAMS -#endif // wxUSE_PNM +#endif // wxUSE_IMAGE && wxUSE_PNM