diff options
author | default <nobody@localhost> | 2024-05-24 12:12:03 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2024-05-24 12:12:03 +0200 |
commit | a787c818b2c52b5bf30d13bb8f3490a92dd8bdcb (patch) | |
tree | 04e57481f337fe0b2f8fe9a7c1f4e6c57eefd5fa /data.c | |
parent | fcead8ea9686d4707f95e9249d955284d22d4ec2 (diff) |
Added links to the lists in html_timeline().
Diffstat (limited to 'data.c')
-rw-r--r-- | data.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1832,7 +1832,7 @@ xs_val *list_maint(snac *user, const char *list, int op) fn = xs_replace_i(fn, ".lst", ".idx"); unlink(fn); - fn = xs_append(fn, ".bak"); + fn = xs_str_cat(fn, ".bak"); unlink(fn); } } |