1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-07 03:56:35 +01:00

redirect stderr before audio init to prevent error spam

This commit is contained in:
Jfreegman
2014-08-14 21:31:28 -04:00
parent 5e175d5319
commit 67f637a1e1
2 changed files with 5 additions and 5 deletions

View File

@@ -78,7 +78,7 @@ typedef enum _FATAL_ERRS {
FATALERR_NETWORKINIT = -8, /* Tox network failed to init */
FATALERR_INFLOOP = -9, /* infinite loop detected */
FATALERR_WININIT = -10, /* window init failed */
FATALERR_PROXY = -11, /* Tox network failed to iti using a proxy */
FATALERR_PROXY = -11, /* Tox network failed to init using a proxy */
} FATAL_ERRS;
/* Fixes text color problem on some terminals.