From e69d4442c66d9560e0772e6507bec7298a75f227 Mon Sep 17 00:00:00 2001 From: Frank Warmerdam Date: Mon, 9 Jun 2003 21:23:16 +0000 Subject: ensure start is initialized at very beginning of pj_init() git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1145 4e78687f-474d-0410-85f9-8d5e500ac6b2 --- src/pj_init.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') 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; } -- cgit v1.2.3