URI: 
       tNuke leading space - ratox - FIFO based tox client
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 3b18dd16f076d9641ab17853a3adbb74d53b2932
   DIR parent 264c9fd04d5a633e7ee9e59e8406ae5295f93bfb
  HTML Author: sin <sin@2f30.org>
       Date:   Mon,  6 Oct 2014 11:57:27 +0100
       
       Nuke leading space
       
       Diffstat:
         M ratox.c                             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/ratox.c b/ratox.c
       t@@ -466,7 +466,7 @@ cbcallstarting(void *av, int32_t cnum, void *udata)
                if (!f)
                        return;
        
       -        printout(" : %s : Tx AV > Started\n", f->name);
       +        printout(": %s : Tx AV > Started\n", f->name);
                preparetxcall(f);
                toxav_prepare_transmission(toxav, cnum, av_jbufdc, av_VADd, 0);
        }