You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-fs/atari-fdisk/files/atari-fdisk-0.7.1.5.4-promp...

16 lines
495 B

there is a function called "primary_possible" which is used to set the
"prim_possible" variable a few lines before this, but the logic will
incorrectly test "primary_possible" instead of "prim_possible".
--- a/menufuncs.c
+++ b/menufuncs.c
@@ -599,7 +599,7 @@ void new_partition( void )
}
else if (!ext_possible)
make_ext = 0;
- else if (!primary_possible)
+ else if (!prim_possible)
make_ext = 1;
else
/* Create an extended partition if this is the 4th part. (to avoid