snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit ade45f979eed9f73c3a0a3b88db659a7c3efdff1
parent b487b41be63315b6c0994b43418fb3b4fd181d03
Author: default <nobody@localhost>
Date:   Tue, 22 Nov 2022 20:04:08 +0100

Increased max grampa levels.

Diffstat:
Mdata.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data.c b/data.c @@ -517,7 +517,7 @@ int _timeline_write(snac *snac, char *id, char *msg, char *parent, char *referre /* now iterate all parents up, just renaming the files */ xs *grampa = xs_dup(xs_dict_get(meta, "parent")); - int max_levels = 10; + int max_levels = 20; while (!xs_is_null(grampa)) { xs *gofn = _timeline_find_fn(snac, grampa);