From b0e23dbaf70715a31a99b492f48fc3b9f3fe1cb7 Mon Sep 17 00:00:00 2001 From: richardash1981 Date: Sat, 6 Mar 2010 22:29:39 +0000 Subject: [PATCH] error in comments, important to make this distinction --- src/import/ImportLOF.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/import/ImportLOF.cpp b/src/import/ImportLOF.cpp index 7eb60b72b..cb4714b35 100644 --- a/src/import/ImportLOF.cpp +++ b/src/import/ImportLOF.cpp @@ -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