mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-22 16:41:18 +01:00
Make "FIXME" comments be "FIX-ME" for consistency with themselves and "ANSWER-ME" comments, in case somebody ever wants to search for these things... ;-)
This commit is contained in:
@@ -2115,7 +2115,7 @@ bool WaveTrack::Resample(int rate, ProgressDialog *progress)
|
||||
for (WaveClipList::compatibility_iterator it=GetClipIterator(); it; it=it->GetNext())
|
||||
if (!it->GetData()->Resample(rate, progress))
|
||||
{
|
||||
// FIXME: The track is now in an inconsistent state since some
|
||||
// FIX-ME: The track is now in an inconsistent state since some
|
||||
// clips are resampled and some are not
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user