summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2004-03-31 17:56:22 +0000
committerSimon Tatham <anakin@pobox.com>2004-03-31 17:56:22 +0000
commit68fcc255a2bb9dcf1793761c89702c8dc760948a (patch)
treee72d47d890ea527b066e89ffe2f50d1d4a4b939e
parent83fdced76545958b31ef549cfcb37f6f57bfc5bb (diff)
downloadhalibut-68fcc255a2bb9dcf1793761c89702c8dc760948a.zip
halibut-68fcc255a2bb9dcf1793761c89702c8dc760948a.tar.gz
halibut-68fcc255a2bb9dcf1793761c89702c8dc760948a.tar.bz2
halibut-68fcc255a2bb9dcf1793761c89702c8dc760948a.tar.xz
Oops; uninitialised variable.
[originally from svn r4011]
-rw-r--r--bk_whlp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bk_whlp.c b/bk_whlp.c
index 690bb7c..7c51894 100644
--- a/bk_whlp.c
+++ b/bk_whlp.c
@@ -55,7 +55,7 @@ void whlp_backend(paragraph *sourceform, keywordlist *keywords,
int i;
int nesting;
indexentry *ie;
- int done_contents_topic;
+ int done_contents_topic = FALSE;
filename = "output.hlp"; /* FIXME: configurability */
cntname = "output.cnt"; /* corresponding contents file */