projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
cleanup
[wxWidgets.git]
/
src
/
common
/
imagxpm.cpp
diff --git
a/src/common/imagxpm.cpp
b/src/common/imagxpm.cpp
index 3f1caeaf46a07610a520c1b70674ffc7341f767e..2850e770e61d616ea871e434897134934b43cddd 100644
(file)
--- a/
src/common/imagxpm.cpp
+++ b/
src/common/imagxpm.cpp
@@
-218,6
+218,7
@@
bool wxXPMHandler::DoCanRead(wxInputStream& stream)
{
wxXPMDecoder decoder;
return decoder.CanRead(stream);
+ // it's ok to modify the stream position here
}
#endif // wxUSE_STREAMS