mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-19 13:17:56 +00:00
fixed separator.
This commit is contained in:
parent
1c4ce3ffa3
commit
238019ad7f
2
meshms.c
2
meshms.c
@ -712,7 +712,7 @@ int app_meshms_list_conversations(const struct cli_parsed *parsed, void *context
|
||||
if (j<sizeof(conversation_log[i].recipient_sid)) {
|
||||
tohex(recipient_sid_hex,conversation_log[i].recipient_sid,
|
||||
sizeof(conversation_log[i].recipient_sid));
|
||||
cli_put_string(sid, ".");
|
||||
cli_put_string(sid, ":");
|
||||
cli_put_string(recipient_sid_hex, "\n");
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user