diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-10-23 10:47:00 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-10-23 10:47:00 +0000 |
| commit | 0bb035b9622f3587d854a98313bd960bf0a46b75 (patch) | |
| tree | bad085a8179df59015440e898a2efc52a2f4e9f7 | |
| parent | aadad922760d09f872c81de1a745c9f8bd909e1a (diff) | |
Notes
| -rw-r--r-- | lib/libdisk/disk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libdisk/disk.c b/lib/libdisk/disk.c index 0ea8f339bb8c..22c8d2bcc367 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, |
