diff options
author | default <nobody@localhost> | 2024-05-24 12:05:31 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2024-05-24 12:05:31 +0200 |
commit | fcead8ea9686d4707f95e9249d955284d22d4ec2 (patch) | |
tree | 25fbc847bfc5b28dc491574e7153a7a58af02145 /data.c | |
parent | 8cf7559a7e21c5757455b948814d61e6e96f08f1 (diff) |
Also delete the list .idx.bak.
Diffstat (limited to 'data.c')
-rw-r--r-- | data.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1831,6 +1831,9 @@ 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"); + unlink(fn); } } |