aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pj_init.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pj_init.c b/src/pj_init.c
index 932c1bd1..d132a6f8 100644
--- a/src/pj_init.c
+++ b/src/pj_init.c
@@ -30,6 +30,9 @@
******************************************************************************
*
* $Log$
+ * Revision 1.11 2003/06/09 21:23:16 warmerda
+ * ensure start is initialized at very beginning of pj_init()
+ *
* Revision 1.10 2003/03/16 16:38:24 warmerda
* Modified get_opt() to terminate reading the definition when a new
* definition (a word starting with '<') is encountered, in addition to when
@@ -204,6 +207,7 @@ pj_init(int argc, char **argv) {
PJ *PIN = 0;
errno = pj_errno = 0;
+ start = NULL;
/* put arguments into internal linked list */
if (argc <= 0) { pj_errno = -1; goto bum_call; }