mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
Fix copy/edit in 0d8f4eb95a
This commit is contained in:
parent
5fd2d6cc81
commit
5a27cb9780
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue