This commit is contained in:
Tygyh 2025-04-24 11:50:12 +07:00 committed by GitHub
commit 415dca55d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -153,7 +153,7 @@ int ConvertCommand(const std::vector<std::string>& args)
}
// --scrub
const bool scrub = static_cast<bool>(options.get("scrub"));
const bool scrub = options.get("scrub");
// Open the volume
std::unique_ptr<DiscIO::Volume> volume = DiscIO::CreateDisc(input_file_path);