URI: 
       tIt is text_out not textout - ratox - FIFO based tox client
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 6af761f547c6f941075c60f89797275885e38ead
   DIR parent 94ef23df977c41306504ae62d6def8b872186e0c
  HTML Author: sin <sin@2f30.org>
       Date:   Wed, 17 Sep 2014 11:54:48 +0100
       
       It is text_out not textout
       
       Diffstat:
         M ratatox.c                           |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/ratatox.c b/ratatox.c
       t@@ -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);