From: Karel Zak Date: Mon, 2 Jul 2007 13:41:48 +0000 (+0200) Subject: cfdisk: fix stupid typo in GPT checker call X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=652de88cef7f32af6d035d7cc29d6073ae50741e;p=util-linux cfdisk: fix stupid typo in GPT checker call Signed-off-by: Karel Zak --- diff --git a/fdisk/cfdisk.c b/fdisk/cfdisk.c index 1117f454..e3941d89 100644 --- a/fdisk/cfdisk.c +++ b/fdisk/cfdisk.c @@ -1670,7 +1670,7 @@ fill_p_info(void) { opentype = O_RDWR; opened = TRUE; - if (gpt_probe_signature_devname(fd)) { + if (gpt_probe_signature_fd(fd)) { print_warning(_("Warning!! Unsupported GPT (GUID Partition Table) detected. Use GNU Parted.")); refresh(); getch();