Browse Source

prefer space to underscore in bencode

pull/11/head
Richard Fuchs 12 years ago
parent
commit
be500e1ee3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      daemon/call_interfaces.c

+ 1
- 1
daemon/call_interfaces.c View File

@ -787,7 +787,7 @@ void ng_call_stats(struct call *call, const str *fromtag, const str *totag, benc
call_bencode_hold_ref(call, output);
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");


Loading…
Cancel
Save