fixed separator.

This commit is contained in:
gardners 2013-05-15 14:22:57 +09:30
parent 1c4ce3ffa3
commit 238019ad7f

View File

@ -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");
}
}