prefer space to underscore in bencode

pull/11/head
Richard Fuchs 12 years ago
parent 0bc4d3c994
commit be500e1ee3

@ -787,7 +787,7 @@ void ng_call_stats(struct call *call, const str *fromtag, const str *totag, benc
call_bencode_hold_ref(call, output); call_bencode_hold_ref(call, output);
bencode_dictionary_add_integer(output, "created", call->created); bencode_dictionary_add_integer(output, "created", call->created);
bencode_dictionary_add_integer(output, "last_signal", call->last_signal); bencode_dictionary_add_integer(output, "last signal", call->last_signal);
tags = bencode_dictionary_add_dictionary(output, "tags"); tags = bencode_dictionary_add_dictionary(output, "tags");

Loading…
Cancel
Save