mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-18 08:48:17 +01:00
Steve's AlignEndToEndMinimal.patch, slightly modified
This commit is contained in:
@@ -467,7 +467,7 @@ int FLACImportFileHandle::Import(TrackFactory *trackFactory,
|
||||
useOD=true;
|
||||
#endif
|
||||
|
||||
// TO-DO: Vigilant Sentry: Variable res unused after assignment (error code DA1)
|
||||
// TODO: Vigilant Sentry: Variable res unused after assignment (error code DA1)
|
||||
// Should check the result.
|
||||
#ifdef LEGACY_FLAC
|
||||
bool res = (mFile->process_until_end_of_file() != 0);
|
||||
|
||||
Reference in New Issue
Block a user