=================================================================== RCS file: /cvs/mandoc/Attic/makewhatis.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- mandoc/Attic/makewhatis.c 2011/06/22 09:00:14 1.8 +++ mandoc/Attic/makewhatis.c 2011/06/22 09:10:36 1.9 @@ -1,4 +1,4 @@ -/* $Id: makewhatis.c,v 1.8 2011/06/22 09:00:14 kristaps Exp $ */ +/* $Id: makewhatis.c,v 1.9 2011/06/22 09:10:36 kristaps Exp $ */ /* * Copyright (c) 2011 Kristaps Dzonsons * @@ -241,7 +241,7 @@ main(int argc, char *argv[]) *db, /* keyword database */ *hash; /* temporary keyword hashtable */ DBT key, val; - size_t sv, rsz; + size_t sv; BTREEINFO info; /* btree configuration */ recno_t rec; /* current record number */ struct buf buf, /* keyword buffer */ @@ -335,7 +335,7 @@ main(int argc, char *argv[]) mp = mparse_alloc(MPARSE_AUTO, MANDOCLEVEL_FATAL, NULL, NULL); rec = 1; - rsz = 0; + hash = NULL; memset(&buf, 0, sizeof(struct buf)); memset(&dbuf, 0, sizeof(struct buf));