From 16f4659894e7d896d5e41e5028eeb73ebc4b4643 Mon Sep 17 00:00:00 2001 From: Robert Pengelly Date: Sat, 15 Jun 2024 21:08:05 +0100 Subject: [PATCH] Allow specifying minix parition type --- lib.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib.c b/lib.c index 815434a..2f9c947 100644 --- a/lib.c +++ b/lib.c @@ -393,6 +393,7 @@ void parse_args (int *pargc, char ***pargv, int optind) { case 0x0B: case 0x0C: case 0x0E: + case 0x80: break; -- 2.34.1