From 0bb035b9622f3587d854a98313bd960bf0a46b75 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Wed, 23 Oct 2002 10:47:00 +0000 Subject: [PATCH] Add the new extra argument also in the alpha case. --- lib/libdisk/disk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libdisk/disk.c b/lib/libdisk/disk.c index 0ea8f339bb8..22c8d2bcc36 100644 --- a/lib/libdisk/disk.c +++ b/lib/libdisk/disk.c @@ -810,7 +810,7 @@ Int_Open_Disk(const char *name, u_long size) dl.d_partitions[j].p_size, pname,part, dl.d_partitions[j].p_fstype, - 0) && j != 3) + 0, "") && j != 3) DPRINT(( "Failed to add chunk for partition %c [%lu,%lu]", j + 'a', dl.d_partitions[j].p_offset,