summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7173d20)
raw | patch | inline | side by side (parent: 7173d20)
author | Florian Forster <ff@octo.it> | |
Wed, 7 Jul 2010 15:24:31 +0000 (17:24 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Wed, 7 Jul 2010 15:24:31 +0000 (17:24 +0200) |
D'oh!
src/graph.c | patch | blob | history |
diff --git a/src/graph.c b/src/graph.c
index d3a8d6f850495df772b508439da8030dde7f435d..f2699e136982653b7dbc4530e10d0d9ce35bf959 100644 (file)
--- a/src/graph.c
+++ b/src/graph.c
static int graph_sort_instances_cb (const void *v0, const void *v1) /* {{{ */
{
- return (ident_compare (*(graph_ident_t * const *) v0,
- *(graph_ident_t * const *) v1));
+ return (inst_compare (*(graph_instance_t * const *) v0,
+ *(graph_instance_t * const *) v1));
} /* }}} int graph_sort_instances_cb */
int graph_sort_instances (graph_config_t *cfg) /* {{{ */