1
0
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:
v.audacity
2013-08-23 07:15:13 +00:00
parent 0670dbc753
commit e62e7bfbc0
2 changed files with 112 additions and 17 deletions

View File

@@ -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);