summaryrefslogtreecommitdiffstats
path: root/libfdisk
diff options
context:
space:
mode:
authorKarel Zak2014-10-02 12:18:31 +0200
committerKarel Zak2014-10-07 14:55:32 +0200
commit9a79aa6e7afbee64efa52d638b1b0c2f1b828f67 (patch)
tree636e1f0f4a1f23d8ddb1b78da50015e89f265324 /libfdisk
parentsfdisk: update man page (diff)
downloadkernel-qcow2-util-linux-9a79aa6e7afbee64efa52d638b1b0c2f1b828f67.tar.gz
kernel-qcow2-util-linux-9a79aa6e7afbee64efa52d638b1b0c2f1b828f67.tar.xz
kernel-qcow2-util-linux-9a79aa6e7afbee64efa52d638b1b0c2f1b828f67.zip
sfdisk: more update to the man page
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libfdisk')
-rw-r--r--libfdisk/src/script.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libfdisk/src/script.c b/libfdisk/src/script.c
index 2af081079..c595f7cb8 100644
--- a/libfdisk/src/script.c
+++ b/libfdisk/src/script.c
@@ -777,7 +777,7 @@ static int parse_commas_line(struct fdisk_script *dp, char *s)
}
break;
case ITEM_SIZE:
- if (*p == ',' || *p == ';')
+ if (*p == ',' || *p == ';' || *p == '+')
fdisk_partition_end_follow_default(pa, 1);
else {
int pow = 0;