src/nnn.c | 17 ++++++++++++++++- diff --git a/src/nnn.c b/src/nnn.c index 1bc93858c4ff080b057374891d385e54031be351..047c0ae16bde329ab1adaf9465f9097a7d70a10d 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -417,6 +417,18 @@ /* The final remainder is the CRC */ return remainder; } +/* Get platform block shift */ +static int get_blk_shift(void) +{ + int shift; + for (shift = 0; shift < 32; ++shift) + { + if ((1<