cfdisk: fix stupid typo in GPT checker call

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2007-07-02 15:41:48 +02:00
parent 46151e8772
commit 652de88cef
1 changed files with 1 additions and 1 deletions

View File

@ -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();