Skip to content

Commit

Permalink
config: handle_rc: We want the item, not the parent
Browse files Browse the repository at this point in the history
  • Loading branch information
mato committed Dec 16, 2015
1 parent b7dec40 commit 631266a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/librumprun_base/config.c
Expand Up @@ -195,7 +195,7 @@ handle_rc(jvalue *v, const char *loc)

jexpect(jarray, v, __func__);
for (jvalue **i = v->u.v; *i; ++i)
addbin(v, __func__);
addbin(*i, __func__);
}

static void
Expand Down

0 comments on commit 631266a

Please sign in to comment.