summaryrefslogtreecommitdiffstats
path: root/fdisks/fdisk.c
diff options
context:
space:
mode:
authorKarel Zak2013-06-20 11:36:25 +0200
committerKarel Zak2013-09-16 16:47:03 +0200
commit6dc30bc6df4e958c1fad0426a580fde753367327 (patch)
treeb82cecdd41ba25a99739dc2ceb64772d06fbc76f /fdisks/fdisk.c
parentfdisk: (dos) remove global ptes[] (diff)
downloadkernel-qcow2-util-linux-6dc30bc6df4e958c1fad0426a580fde753367327.tar.gz
kernel-qcow2-util-linux-6dc30bc6df4e958c1fad0426a580fde753367327.tar.xz
kernel-qcow2-util-linux-6dc30bc6df4e958c1fad0426a580fde753367327.zip
fdisk: (dos) don't check for CHS in move-begin command
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'fdisks/fdisk.c')
-rw-r--r--fdisks/fdisk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fdisks/fdisk.c b/fdisks/fdisk.c
index ad240dbc3..ab40517cc 100644
--- a/fdisks/fdisk.c
+++ b/fdisks/fdisk.c
@@ -158,7 +158,7 @@ int warn_geometry(struct fdisk_context *cxt)
"this from the extra functions menu."));
return 1;
}
- return 1;
+ return 0;
}
static void toggle_dos_compatibility_flag(struct fdisk_context *cxt)