aboutsummaryrefslogtreecommitdiff
path: root/src/pj_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pj_init.c')
-rw-r--r--src/pj_init.c1
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;
}