]> git.ipfire.org Git - thirdparty/util-linux.git/commit
fdisk: split delete_partition() off from dos_delete_partition()
authorFrancesco Cosoleto <cosoleto@gmail.com>
Mon, 14 Nov 2011 13:47:19 +0000 (14:47 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 14 Nov 2011 14:07:28 +0000 (15:07 +0100)
commit47104bae8975511383bcef5c96545f03bb4e4cce
treefa2c3e3e7600584a356dda42035c14680b25c823
parent798d621c3bb5a84592c58fb6176d0d91017e1223
fdisk: split delete_partition() off from dos_delete_partition()

This accidentally fixes a mistake printing the "Partition n is deleted"
message as the 'i' variable get decremented or incremented in case of
logical partitions.

Signed-off-by: Francesco Cosoleto <cosoleto@gmail.com>
fdisk/fdisk.c