summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b53e616)
raw | patch | inline | side by side (parent: b53e616)
author | Florian Forster <ff@octo.it> | |
Wed, 7 Jul 2010 14:16:29 +0000 (16:16 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Wed, 7 Jul 2010 14:16:29 +0000 (16:16 +0200) |
src/graph_list.c | patch | blob | history |
diff --git a/src/graph_list.c b/src/graph_list.c
index f5cb2e9895e1096f77a2eb9e64ea622a2694bed7..e0f2b97d8b32151e7fb9a29bfc3ee9a897b580e9 100644 (file)
--- a/src/graph_list.c
+++ b/src/graph_list.c
{
time_t now;
int status;
+ size_t i;
/*
printf ("Content-Type: text/plain\n\n");
gl_last_update = now;
+ for (i = 0; i < gl_active_num; i++)
+ graph_sort_instances (gl_active[i]);
+
return (status);
} /* }}} int gl_update */