aboutsummaryrefslogtreecommitdiff
path: root/graphs.c
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-02-26 21:14:34 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-02-26 21:14:34 +0100
commit20b1ec5f84f0292845fb8b276300057a4646f17d (patch)
tree5f9099ebecd1b6c1f19efe552fd5f61525a4d37f /graphs.c
parentStrbuf remove init_1, add strbuf_load. (diff)
downloadcalp-20b1ec5f84f0292845fb8b276300057a4646f17d.tar.gz
calp-20b1ec5f84f0292845fb8b276300057a4646f17d.tar.xz
Made filename attribute of all objects.
Diffstat (limited to 'graphs.c')
-rw-r--r--graphs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphs.c b/graphs.c
index 9d87c70a..945821d7 100644
--- a/graphs.c
+++ b/graphs.c
@@ -19,7 +19,7 @@ int create_graph_trie (vcomponent* ev, char* filename) {
fclose(f);
- INFO_F("Wrote '%s' to '%s'", ev->filename, filename);
+ INFO_F("Wrote '%s' to '%s'", vcomponent_get_val(ev, "X-HH-FILENAME"), filename);
return 0;
}