diff --git a/src/ziso.cpp b/src/ziso.cpp index 0e975af..382c6ab 100644 --- a/src/ziso.cpp +++ b/src/ziso.cpp @@ -797,7 +797,7 @@ int get_options( } else { - options.blockSize = (uint8_t)temp_argument; + options.blockSize = (uint32_t)temp_argument; options.blockSizeFixed = true; } }