[MOD/META] Correct README, make sure edit is NULL

This commit is contained in:
LDA 2024-09-10 08:00:06 +02:00
commit 7593225e18
2 changed files with 2 additions and 1 deletions

View file

@ -40,6 +40,7 @@ CreateStanzaBuilder(char *from, char *to, char *id)
builder->replying_to_stanza = NULL;
builder->replying_to_sender = NULL;
builder->editing = NULL;
builder->type = NULL;
builder->body = NULL;
builder->oob = NULL;