ratox

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

commit 6af761f547c6f941075c60f89797275885e38ead
parent 94ef23df977c41306504ae62d6def8b872186e0c
Author: sin <sin@2f30.org>
Date:   Wed, 17 Sep 2014 11:54:48 +0100

It is text_out not textout

Diffstat:
Mratatox.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ratatox.c b/ratatox.c @@ -715,7 +715,7 @@ friendcreate(int32_t fid) statusmsg[r] = '\0'; snprintf(path, sizeof(path), "%s/statusmsg", f->idstr); writeline(path, "w", "%s\n", statusmsg); - snprintf(path, sizeof(path), "%s/textout", f->idstr); + snprintf(path, sizeof(path), "%s/text_out", f->idstr); writeline(path, "a", ""); TAILQ_INSERT_TAIL(&friendhead, f, entry);