mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-05 08:33:53 +01:00
Leland's patch that fixes bug 199
This commit is contained in:
@@ -183,7 +183,7 @@ bool EffectFindClipping::ProcessOne(LabelTrack * l,
|
||||
if (stoprun >= mStop) {
|
||||
l->AddLabel(startTime,
|
||||
t->LongSamplesToTime(start + s - mStop),
|
||||
wxString::Format(wxT("%d of %d"), startrun, samps - mStop));
|
||||
wxString::Format(wxT("%lld of %lld"), startrun, samps - mStop));
|
||||
startrun = 0;
|
||||
stoprun = 0;
|
||||
samps = 0;
|
||||
|
||||
Reference in New Issue
Block a user