From 9926ea89c1f7a785e750b0118b7b4ed73b4fd2d0 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Tue, 16 Jun 2009 19:55:28 +0000 Subject: Removed MAN___: moved MAN_br to its index (comments not passed into parser). Fix: hashtable not fully formed after removal of MDOC___. --- man_hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man_hash.c') diff --git a/man_hash.c b/man_hash.c index fffadea0..68ce712a 100644 --- a/man_hash.c +++ b/man_hash.c @@ -41,7 +41,7 @@ man_hash_alloc(void) if (NULL == htab) return(NULL); - for (i = 1; i < MAN_MAX; i++) { + for (i = 0; i < MAN_MAX; i++) { x = man_macronames[i][0]; assert((x >= 65 && x <= 90) || -- cgit