Fix attachments
FossilOrigin-Name: c01721fe46ca147e9f8c13a89470a19c7e4a018e7af593b7a6f9e256f22cff89
This commit is contained in:
parent
4e01325e4e
commit
2547b84af5
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue