update m_lastcount correctly in wxBufferedInputStream::Read() when using the buffer...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 11 Feb 2008 20:23:29 +0000 (20:23 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 11 Feb 2008 20:23:29 +0000 (20:23 +0000)
commit6c91ea6f898a595a27686f2f1dd4cdb633a9eb16
tree569a6f61fbabd019da671d7d005a03abd58f32d3
parentb720b86bfb26d2ae18f3ecccf3262f2538217192
update m_lastcount correctly in wxBufferedInputStream::Read() when using the buffer associated with another stream and not created by this one

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