From 9e730d943ef81bfa58b177ee2929e32ae004b2ba Mon Sep 17 00:00:00 2001 From: Howard Butler Date: Mon, 18 Aug 2014 22:43:04 +0000 Subject: 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 --- src/pj_init.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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; } -- cgit v1.2.3