mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-17 08:01:12 +02:00
Scanned for bad naked new; found none; changed comments, used safenew
This commit is contained in:
@@ -71,7 +71,7 @@ void ODTask::DoSome(float amountWork)
|
||||
SetIsRunning(true);
|
||||
mBlockUntilTerminateMutex.Lock();
|
||||
|
||||
// printf("%s %i subtask starting on new thread with priority\n", GetTaskName(),GetTaskNumber());
|
||||
// printf("%s %i subtask starting on NEW thread with priority\n", GetTaskName(),GetTaskNumber());
|
||||
|
||||
mDoingTask=mTaskStarted=true;
|
||||
|
||||
|
Reference in New Issue
Block a user