mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Correct typo on DiscImageChef format options check.
This commit is contained in:
@@ -1977,7 +1977,7 @@ namespace DiscImageChef.DiscImages
|
||||
}
|
||||
else doSpamsum = false;
|
||||
|
||||
if(options.TryGetValue("spamsum", out tmpValue))
|
||||
if(options.TryGetValue("deduplicate", out tmpValue))
|
||||
{
|
||||
if(!bool.TryParse(tmpValue, out deduplicate))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user