From 023c3035018ebc4a7671aa50e18e4a56c7199701 Mon Sep 17 00:00:00 2001 From: Joe Thornber Date: Wed, 10 Oct 2001 13:30:58 +0000 Subject: [PATCH] o uuid_list->id should be NAME_LEN wide --- lib/format1/disk-rep.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/format1/disk-rep.h b/lib/format1/disk-rep.h index 5ad2ed03e..1f232e6aa 100644 --- a/lib/format1/disk-rep.h +++ b/lib/format1/disk-rep.h @@ -131,7 +131,7 @@ struct pe_disk { struct uuid_list { struct list_head list; - char uuid[ID_LEN + 1]; + char uuid[NAME_LEN]; }; struct lvd_list {