diff options
author | default <nobody@localhost> | 2023-02-08 13:21:44 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2023-02-08 13:21:44 +0100 |
commit | 3fcc139d6651a7d1c4fb431b3a9ee17cac897b27 (patch) | |
tree | 030ca35b044d5848dc18814c60dbd03a6fb6626d /main.c | |
parent | b8cd0d636325c5c648d199c651903feae411d497 (diff) |
timeline_top_level() now looks for the entries in the user caches.
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |