]> git.saurik.com Git - wxWidgets.git/commit
Correct wxStreamBuffer::Seek() return value.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 18 Sep 2009 14:03:55 +0000 (14:03 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 18 Sep 2009 14:03:55 +0000 (14:03 +0000)
commitc81b7d7d536f55d8d0b6d53c6e581f6c047e2d2a
tree0b0265446641cb5d23b2f80c8080d20cb3aed16e
parent86badbc455cc2a87d66c90b80643b93ec661398c
Correct wxStreamBuffer::Seek() return value.

It returned the offset instead of the new position when seeking forward from
current position in a "flushable" buffer.

Closes #11205.

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