1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-02 16:49:41 +02:00
To heck with valgrind.  :-)
This commit is contained in:
lllucius 2014-06-12 23:25:15 +00:00
parent 55e6a71fd3
commit 7f55060d07

View File

@ -396,8 +396,8 @@ TimeConverter::TimeConverter(const wxString & formatName,
mFocusedDigit = 0;
SetSampleRate(sampleRate);
SetTimeValue(timeValue);
SetFormatName(formatName);
SetTimeValue(timeValue);
}
void TimeConverter::ParseFormatString( const wxString & format)