tDiscard error reporting in tox_new() - ratox - FIFO based tox client
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit c92b4d1bd74d2e129ed6d65996a1307b6efc3b98
 (DIR) parent 29bd24ebb68210e2cd61b8b25f2516a88dd54377
 (HTM) Author: z3bra <contactatz3bradotorg>
       Date:   Wed,  2 Nov 2016 12:21:58 +0100
       
       Discard error reporting in tox_new()
       
       Diffstat:
         M ratox.c                             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/ratox.c b/ratox.c
       t@@ -1191,7 +1191,7 @@ toxinit(void)
                        logmsg("Net > Using proxy %s:%hu\n", proxyaddr, proxyport);
                }
        
       -        tox = tox_new(&toxopt);
       +        tox = tox_new(&toxopt, NULL);
                if (!tox)
                        eprintf("Core : Tox > Initialization failed\n");