ratox

FIFO based tox client
git clone git://git.2f30.org/ratox
Log | Files | Refs | README | LICENSE

commit 30f513beb44fde786ce096b0687ff20c4640407d
parent e73c01dd9a1fc85051a4b720fcb9175aeaf6eadf
Author: sin <sin@2f30.org>
Date:   Tue, 16 Sep 2014 16:28:45 +0100

Add comment like we do for the name and id

Diffstat:
Mratatox.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/ratatox.c b/ratatox.c @@ -579,6 +579,7 @@ localinit(void) name[r] = '\0'; writeline("name_out", "w", "%s\n", name); + /* Dump status message */ r = tox_get_self_status_message(tox, statusmsg, sizeof(statusmsg) - 1); if (r > sizeof(statusmsg) - 1)