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:
@@ -418,7 +418,7 @@ void LOFImportFileHandle::lofOpenFiles(wxString* ln)
|
||||
t = iter.Next();
|
||||
|
||||
// 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.
|
||||
if (t == NULL) return;
|
||||
#ifdef USE_MIDI
|
||||
|
Reference in New Issue
Block a user