X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=action_graph.c;h=a0f257e47b4d168571c02d0e8f2660af39194d67;hb=3dfc071fbc2e15897d1888e7d75c444a7a801189;hp=b565182d835196fca72747f296228a03e902eec4;hpb=816c38cf8560599b827df4edc01227c4348162c3;p=collection4.git diff --git a/action_graph.c b/action_graph.c index b565182..a0f257e 100644 --- a/action_graph.c +++ b/action_graph.c @@ -87,9 +87,9 @@ int action_graph (void) /* {{{ */ rrd_info_t *info; int status; - cfg = graph_get_selected (); + cfg = gl_graph_get_selected (); if (cfg == NULL) - OUTPUT_ERROR ("graph_get_selected () failed.\n"); + OUTPUT_ERROR ("gl_graph_get_selected () failed.\n"); inst = inst_get_selected (cfg); if (inst == NULL)