mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-13 16:16:33 +01:00
"delete"->"DELETE" in comments, easier to find remaining naked operator delete
This commit is contained in:
@@ -603,7 +603,7 @@ int FFmpegImportFileHandle::Import(TrackFactory *trackFactory,
|
||||
}
|
||||
tasks.push_back(odTask);
|
||||
}
|
||||
//Now we add the tasks and let them run, or delete them if the user cancelled
|
||||
//Now we add the tasks and let them run, or DELETE them if the user cancelled
|
||||
for(int i=0; i < (int)tasks.size(); i++) {
|
||||
if(res==eProgressSuccess)
|
||||
ODManager::Instance()->AddNewTask(tasks[i]);
|
||||
|
||||
Reference in New Issue
Block a user