summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-02-08 13:21:44 +0100
committerdefault <nobody@localhost>2023-02-08 13:21:44 +0100
commit3fcc139d6651a7d1c4fb431b3a9ee17cac897b27 (patch)
tree030ca35b044d5848dc18814c60dbd03a6fb6626d /main.c
parentb8cd0d636325c5c648d199c651903feae411d497 (diff)
timeline_top_level() now looks for the entries in the user caches.
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 4f9722b..f05cb51 100644
--- a/main.c
+++ b/main.c
@@ -165,7 +165,7 @@ int main(int argc, char *argv[])
xs *idx = xs_fmt("%s/private.idx", snac.basedir);
xs *list = index_list_desc(idx, 0, 256);
- xs *tl = timeline_top_level(list);
+ xs *tl = timeline_top_level(&snac, list);
xs *j = xs_json_dumps_pp(tl, 4);
printf("%s\n", j);