1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-26 07:13:49 +01:00

Sequence consistency check throws; new unused commit functions use it

This commit is contained in:
Paul Licameli
2016-11-28 09:50:09 -05:00
parent 6b0c5c096b
commit 2ba6065961
4 changed files with 137 additions and 34 deletions

View File

@@ -411,7 +411,8 @@ void RecordingRecoveryHandler::HandleXMLEndTag(const wxChar *tag)
WaveClip* clip = track->NewestOrNewClip();
Sequence* seq = clip->GetSequence();
seq->ConsistencyCheck(wxT("RecordingRecoveryHandler::HandleXMLEndTag"));
seq->ConsistencyCheck
(wxT("RecordingRecoveryHandler::HandleXMLEndTag"), false);
}
}