Leland's patch that fixes bug 199

This commit is contained in:
v.audacity 2010-08-31 03:56:47 +00:00
parent 961d8cdeca
commit 95b89cd122

View File

@ -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;