diff options
Diffstat (limited to 'data.c')
| -rw-r--r-- | data.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1925,7 +1925,7 @@ xs_val *list_content(snac *user, const char *list, const char *actor_md5, int op | |||
| 1925 | 1925 | ||
| 1926 | case 1: /** append actor to list **/ | 1926 | case 1: /** append actor to list **/ |
| 1927 | if (actor_md5 != NULL) { | 1927 | if (actor_md5 != NULL) { |
| 1928 | if (!index_in(fn, actor_md5)) | 1928 | if (!index_in_md5(fn, actor_md5)) |
| 1929 | index_add_md5(fn, actor_md5); | 1929 | index_add_md5(fn, actor_md5); |
| 1930 | } | 1930 | } |
| 1931 | 1931 | ||