diff options
| author | Karel Zak <kzak@redhat.com> | 2013-06-20 11:36:25 +0200 |
|---|---|---|
| committer | Karel Zak <kzak@redhat.com> | 2013-09-16 16:47:03 +0200 |
| commit | 6dc30bc6df4e958c1fad0426a580fde753367327 (patch) | |
| tree | b82cecdd41ba25a99739dc2ceb64772d06fbc76f /fdisks/fdisk.c | |
| parent | af0df606a2511a1e6e65190cdfba968c98d9992c (diff) | |
| download | util-linux-6dc30bc6df4e958c1fad0426a580fde753367327.tar.gz | |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fdisks/fdisk.c b/fdisks/fdisk.c index ad240dbc..ab40517c 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) |
