summaryrefslogtreecommitdiff
path: root/fdisks/fdiskbsdlabel.c
diff options
context:
space:
mode:
Diffstat (limited to 'fdisks/fdiskbsdlabel.c')
-rw-r--r--fdisks/fdiskbsdlabel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fdisks/fdiskbsdlabel.c b/fdisks/fdiskbsdlabel.c
index 4a8bf48d..8f891b0d 100644
--- a/fdisks/fdiskbsdlabel.c
+++ b/fdisks/fdiskbsdlabel.c
@@ -674,7 +674,7 @@ static void xbsd_change_fstype (struct fdisk_context *cxt)
if (xbsd_get_part_index(cxt, xbsd_dlabel.d_npartitions, &i))
return;
- t = read_partition_type(cxt);
+ t = ask_partition_type(cxt);
if (t) {
xbsd_dlabel.d_partitions[i].p_fstype = t->type;