mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Refactor and code cleanup.
This commit is contained in:
@@ -139,7 +139,7 @@ namespace DiscImageChef.Checksums
|
||||
Pp = new[] { 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1 };
|
||||
break;
|
||||
default:
|
||||
throw new ArgumentOutOfRangeException("m", "m must be between 2 and 16 inclusive");
|
||||
throw new ArgumentOutOfRangeException(nameof(m), "m must be between 2 and 16 inclusive");
|
||||
}
|
||||
|
||||
MM = m;
|
||||
|
||||
Reference in New Issue
Block a user