Keep an EOF mark for memory streams
authorP. F. Chimento <philip.chimento@gmail.com>
Sat, 18 Jun 2011 20:45:11 +0000 (22:45 +0200)
committerP. F. Chimento <philip.chimento@gmail.com>
Sat, 18 Jun 2011 20:45:11 +0000 (22:45 +0200)
Seeking to seekmode_End in a memory stream should move relative to
the last written position in the buffer, not the end of the memory
buffer. This brings the behavior of memory streams into line with
what would happen in a file stream.

Fixes #30.


No differences found