From 1e2c963a5df93404f3048823b0f3c610783b7421 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Fri, 23 May 1997 23:06:13 +0000 Subject: (hol_add_cluster): Initialize CL->depth. --- libshouldbeinlibc/argp-help.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libshouldbeinlibc') diff --git a/libshouldbeinlibc/argp-help.c b/libshouldbeinlibc/argp-help.c index 481b8069..85cc0c47 100644 --- a/libshouldbeinlibc/argp-help.c +++ b/libshouldbeinlibc/argp-help.c @@ -458,6 +458,7 @@ hol_add_cluster (struct hol *hol, int group, const char *header, int index, cl->index = index; cl->parent = parent; cl->argp = argp; + cl->depth = parent ? parent->depth + 1 : 0; cl->next = hol->clusters; hol->clusters = cl; -- cgit v1.2.3