Fix copy/edit in 0d8f4eb95a
This commit is contained in:
parent
5fd2d6cc81
commit
5a27cb9780
@ -891,7 +891,7 @@ ROMStream::ROMStream (IBStream& src, TSize offset, TSize size)
|
||||
: _stream (src)
|
||||
, _offset (offset)
|
||||
, _size (size)
|
||||
, _pos (size)
|
||||
, _pos (0)
|
||||
{
|
||||
_stream.addRef ();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user