From 652de88cef7f32af6d035d7cc29d6073ae50741e Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 2 Jul 2007 15:41:48 +0200 Subject: [PATCH] cfdisk: fix stupid typo in GPT checker call Signed-off-by: Karel Zak --- fdisk/cfdisk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.5