mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-15 09:01:12 +01:00
SAMPLE_SIZE macro returns size_t
This commit is contained in:
@@ -126,7 +126,7 @@ void FindDependencies(AudacityProject *project,
|
||||
continue;
|
||||
|
||||
const wxString &fileNameStr = fileName.GetFullPath();
|
||||
int blockBytes = (SAMPLE_SIZE(format) *
|
||||
auto blockBytes = (SAMPLE_SIZE(format) *
|
||||
aliasBlockFile->GetLength());
|
||||
if (aliasedFileHash.count(fileNameStr) > 0)
|
||||
// Already put this AliasBlockFile in aliasedFileHash.
|
||||
|
||||
Reference in New Issue
Block a user