1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-13 22:21:11 +02:00

error in comments, important to make this distinction

This commit is contained in:
richardash1981
2010-03-06 22:29:39 +00:00
parent 0055871f69
commit b0e23dbaf7

View File

@@ -418,7 +418,7 @@ void LOFImportFileHandle::lofOpenFiles(wxString* ln)
t = iter.Next(); t = iter.Next();
// t is now the last track in the project, unless the import of // t is now the last track in the project, unless the import of
// the last track failed, in which case it will be null. In that // all tracks failed, in which case it will be null. In that
// case we return because we cannot offset a non-existent track. // case we return because we cannot offset a non-existent track.
if (t == NULL) return; if (t == NULL) return;
#ifdef USE_MIDI #ifdef USE_MIDI