diff options
| author | default <nobody@localhost> | 2024-10-19 21:22:52 +0200 |
|---|---|---|
| committer | default <nobody@localhost> | 2024-10-19 21:22:52 +0200 |
| commit | 30323616cb2f34d177a079189a6763cd43c050d6 (patch) | |
| tree | 9a2b9e85ab37e3cccf2056ef6bf0065017b806f6 /data.c | |
| parent | 56d5de2e414da65d32bc5dba21a8face1f2469ba (diff) | |
Also import lists.csv.
Diffstat (limited to 'data.c')
| -rw-r--r-- | data.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2004,6 +2004,9 @@ xs_val *list_maint(snac *user, const char *list, int op) while (xs_list_next(lol, &v, &c)) { if (strcmp(xs_list_get(v, 1), list) == 0) { add = 0; + + l = xs_dup(xs_list_get(v, 0)); + break; } } |