X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Fecoli_node_many.c;h=1c91f855ed388d1dec6193ed4a368379896d45a3;hb=833dc6c2a9c47b821548b197a1d1f96f60df7de8;hp=32e7ad59b0cc59d46319981492b5ce4bd477add6;hpb=8937e9addfe15dfe34ea241884aa10cfb3dc54fb;p=protos%2Flibecoli.git diff --git a/lib/ecoli_node_many.c b/lib/ecoli_node_many.c index 32e7ad5..1c91f85 100644 --- a/lib/ecoli_node_many.c +++ b/lib/ecoli_node_many.c @@ -205,7 +205,7 @@ struct ec_node *ec_node_many(const char *id, struct ec_node *child, if (child == NULL) return NULL; - node = (struct ec_node_many *)__ec_node(&ec_node_many_type, id); + node = (struct ec_node_many *)ec_node_from_type(&ec_node_many_type, id); if (node == NULL) { ec_node_free(child); return NULL;