Fix type of dump media options.

This commit is contained in:
2020-01-03 00:15:40 +00:00
parent c7b6b80c47
commit 8e99c62f4b

View File

@@ -180,8 +180,8 @@ namespace DiscImageChef.Commands
public static int Invoke(bool debug, bool verbose, string cicmXml, string devicePath, bool resume, string encoding,
bool firstTrackPregap, bool fixOffset, bool force, bool noMetadata, bool noTrim,
string outputPath, string options, bool persistent, ushort retryPasses, int skip,
int speed, bool stopOnError, string format, string subchannel)
string outputPath, string options, bool persistent, ushort retryPasses, uint skip,
byte speed, bool stopOnError, string format, string subchannel)
{
MainClass.PrintCopyright();