X-Git-Url: http://git.droids-corp.org/?p=protos%2Flibecoli.git;a=blobdiff_plain;f=src%2Fecoli_node_bypass.c;fp=src%2Fecoli_node_bypass.c;h=7380aeb20e5cea9f71da0af0ec090088b17df231;hp=21bb253d14b4f4c807f363ae8e007c5502642175;hb=331d87b8f34493ea7eb4db75fa9d90b2e3ed503b;hpb=67b4d8d2b2593e3e64a848ce548bc0fd76bc440a diff --git a/src/ecoli_node_bypass.c b/src/ecoli_node_bypass.c index 21bb253..7380aeb 100644 --- a/src/ecoli_node_bypass.c +++ b/src/ecoli_node_bypass.c @@ -28,12 +28,12 @@ struct ec_node_bypass { static int ec_node_bypass_parse(const struct ec_node *node, - struct ec_pnode *state, + struct ec_pnode *pstate, const struct ec_strvec *strvec) { struct ec_node_bypass *priv = ec_node_priv(node); - return ec_parse_child(priv->child, state, strvec); + return ec_parse_child(priv->child, pstate, strvec); } static int