mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-03 01:19:24 +02:00
Fix Linux build... uniform initialization not implemented right in g++?
This commit is contained in:
parent
eae38b0676
commit
85f13b433f
@ -549,7 +549,7 @@ struct AudioIO::ScrubState
|
|||||||
if (dd.duration <= 0)
|
if (dd.duration <= 0)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
Message message{ mMessage.Read() };
|
Message message( mMessage.Read() );
|
||||||
if ( !mStarted ) {
|
if ( !mStarted ) {
|
||||||
const sampleCount s0 { llrint( mRate *
|
const sampleCount s0 { llrint( mRate *
|
||||||
std::max( message.options.minTime,
|
std::max( message.options.minTime,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user