Fix attachments

FossilOrigin-Name: c01721fe46ca147e9f8c13a89470a19c7e4a018e7af593b7a6f9e256f22cff89
This commit is contained in:
nekobit 2022-05-16 15:36:46 +00:00
parent 4e01325e4e
commit 2547b84af5

View file

@ -68,7 +68,7 @@ void _mstdnt_val_attachments_call(cJSON* v, void* _type)
int i;
for (it = v_array, i = 0; it; (++i, it = it->next))
{
mstdnt_attachment_json(it->child, (*attachments) + i);
mstdnt_attachment_json(it, (*attachments) + i);
}
}