summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 92b68e4)
raw | patch | inline | side by side (parent: 92b68e4)
author | Florian Forster <octo@noris.net> | |
Wed, 22 Sep 2010 14:40:07 +0000 (16:40 +0200) | ||
committer | Florian Forster <octo@noris.net> | |
Wed, 22 Sep 2010 14:40:07 +0000 (16:40 +0200) |
src/graph_list.c | patch | blob | history |
diff --git a/src/graph_list.c b/src/graph_list.c
index 1614307d3b72f1aadcc14dc0b95f0c7a9dbdbe86..b979672ec3a0cbb2abb0160bf8a458450c8af763 100644 (file)
--- a/src/graph_list.c
+++ b/src/graph_list.c
int fd;
yajl_gen handler;
yajl_gen_config handler_config = { /* pretty = */ 1, /* indent = */ " " };
- const char *cache_file = graph_config_get_cachefile ();
+ const char *cache_file = graph_config_get_cache_file ();
struct flock lock;
struct stat statbuf;
int status;
int status;
time_t now;
- fd = open (graph_config_get_cachefile (), O_RDONLY);
+ fd = open (graph_config_get_cache_file (), O_RDONLY);
if (fd < 0)
{
fprintf (stderr, "gl_read_cache: open(2) failed with status %i\n", errno);