Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document ucl_object_iter_chk_excpn() and add it into test scenario. #206

Merged
merged 8 commits into from
Apr 3, 2019
Prev Previous commit
Next Next commit
Fix mismerge.
  • Loading branch information
sobomax committed Apr 2, 2019
commit b0c004002d8ce189fed583acc1e555677dcc7986
2 changes: 1 addition & 1 deletion src/ucl_parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ ucl_parser_add_container (ucl_object_t *obj, struct ucl_parser *parser,
goto enomem1;
}

st->obj = obj;
st->obj = nobj;

if (level >= UINT16_MAX) {
ucl_set_err (parser, UCL_ENESTED,
Expand Down