13
0

Fix copy/edit in 0d8f4eb95a

This commit is contained in:
Robin Gareus 2020-11-17 03:16:30 +01:00
parent 5fd2d6cc81
commit 5a27cb9780
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -891,7 +891,7 @@ ROMStream::ROMStream (IBStream& src, TSize offset, TSize size)
: _stream (src)
, _offset (offset)
, _size (size)
, _pos (size)
, _pos (0)
{
_stream.addRef ();
}