|
|
@ -1143,7 +1143,7 @@ static void ng_stats_monologue(bencode_item_t *dict, const struct call_monologue |
|
|
if (!dict) |
|
|
if (!dict) |
|
|
goto stats; |
|
|
goto stats; |
|
|
|
|
|
|
|
|
sub = bencode_dictionary_add_dictionary(dict, ml->tag.s); |
|
|
|
|
|
|
|
|
sub = bencode_dictionary_add_dictionary(dict, ml->tag.s ? : ""); |
|
|
|
|
|
|
|
|
bencode_dictionary_add_str(sub, "tag", &ml->tag); |
|
|
bencode_dictionary_add_str(sub, "tag", &ml->tag); |
|
|
if (ml->viabranch.s) |
|
|
if (ml->viabranch.s) |
|
|
|