aboutsummaryrefslogtreecommitdiff
path: root/src/pj_init.c
diff options
context:
space:
mode:
authorFrank Warmerdam <warmerdam@pobox.com>2003-06-09 21:23:16 +0000
committerFrank Warmerdam <warmerdam@pobox.com>2003-06-09 21:23:16 +0000
commite69d4442c66d9560e0772e6507bec7298a75f227 (patch)
tree606fddf49f55c2ff9a9bd64be93956df62e9add5 /src/pj_init.c
parent9640e7c1bf45757d9a0d21e65b4ec55eb720c6ee (diff)
downloadPROJ-e69d4442c66d9560e0772e6507bec7298a75f227.tar.gz
PROJ-e69d4442c66d9560e0772e6507bec7298a75f227.zip
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
Diffstat (limited to 'src/pj_init.c')
-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; }