mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 07:06:23 +01:00
NO-OP: help out clang-analyzer
This commit is contained in:
parent
7d4cd5c76a
commit
a329de9d2f
1 changed files with 1 additions and 1 deletions
|
|
@ -530,7 +530,7 @@ RAMStream::RAMStream (uint8_t* data, size_t size)
|
|||
, _pos (0)
|
||||
, _readonly (true)
|
||||
{
|
||||
if (size > 0 && reallocate_buffer (_size, true)) {
|
||||
if (_size > 0 && reallocate_buffer (_size, true)) {
|
||||
memcpy (_data, data, _size);
|
||||
} else {
|
||||
_size = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue