From 8e99c62f4b9d5697c0b2fc1882f7396cf6c53a6f Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Fri, 3 Jan 2020 00:15:40 +0000 Subject: [PATCH] Fix type of dump media options. --- DiscImageChef/Commands/DumpMedia.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DiscImageChef/Commands/DumpMedia.cs b/DiscImageChef/Commands/DumpMedia.cs index ae7573f9a..482da8f97 100644 --- a/DiscImageChef/Commands/DumpMedia.cs +++ b/DiscImageChef/Commands/DumpMedia.cs @@ -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();