aboutsummaryrefslogtreecommitdiff
path: root/src/hyper/hthits.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hyper/hthits.c')
-rw-r--r--src/hyper/hthits.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hyper/hthits.c b/src/hyper/hthits.c
index 470bf297..4e628b16 100644
--- a/src/hyper/hthits.c
+++ b/src/hyper/hthits.c
@@ -220,7 +220,7 @@ handlePage(FILE* infile, PgInfo* pg)
static char *pgBuf = 0;
static int pgBufSize = 0;
- char *title, *body;
+ char *title = NULL, *body = NULL;
if (pg->size > pgBufSize - 1) {
if (pgBuf)