diff options
| author | Howard Butler <howard@hobu.co> | 2014-08-18 22:43:04 +0000 |
|---|---|---|
| committer | Howard Butler <howard@hobu.co> | 2014-08-18 22:43:04 +0000 |
| commit | 9e730d943ef81bfa58b177ee2929e32ae004b2ba (patch) | |
| tree | 6576fd138ac4d9f881d20fd7544fa86ac24a46c9 | |
| parent | bd4a62ff3ed1f467ab6f1e7ba1f0681d98a3e7ee (diff) | |
| download | PROJ-9e730d943ef81bfa58b177ee2929e32ae004b2ba.tar.gz PROJ-9e730d943ef81bfa58b177ee2929e32ae004b2ba.zip | |
apply fix specified in #229 -- pj_init_plus() with init and other parms fails in 4.9.0beta
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2482 4e78687f-474d-0410-85f9-8d5e500ac6b2
| -rw-r--r-- | src/pj_init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pj_init.c b/src/pj_init.c index b51c5278..9d9c2265 100644 --- a/src/pj_init.c +++ b/src/pj_init.c @@ -261,6 +261,7 @@ get_init(projCtx ctx, paralist **start, paralist *next, char *name, next->next = init_items; while( next->next != NULL ) next = next->next; + *found_def = 1; return next; } |
