Fixed wxInputStream::Ungetch behaviour so that if you
authorGuillermo Rodriguez Garcia <guille@iies.es>
Wed, 8 Dec 1999 09:58:42 +0000 (09:58 +0000)
committerGuillermo Rodriguez Garcia <guille@iies.es>
Wed, 8 Dec 1999 09:58:42 +0000 (09:58 +0000)
commit5ac8158ad90d6e4d88d1761f9d7807c70e5414d8
tree4e42b9795be51a5f8812a35c3cd30c95678ed06c
parentaa51b2e1534a4c99f0eb238e08c08d05350386a4
Fixed wxInputStream::Ungetch behaviour so that if you

a) unget a buffer (AAABBB)
b) read some data (AAA)
c) unget a second buffer (CCC)

it works OK now (you will get CCCBBB, instead of CCCAAABBB as before)

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