check setbuf

master
santic-zombie 1 year ago
parent 031bb11751
commit fe9b3134a2
  1. 2
      src/tox_bot.c

@ -274,6 +274,8 @@ int main()
{
Tox *tox = create_tox();
setbuf(stdout, NULL);
config_tox(tox);
bootstrap(tox);
print_tox_id(tox);

Loading…
Cancel
Save