check setbuf
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
santic-zombie
2023-01-18 01:42:13 +03:00
parent 031bb11751
commit fe9b3134a2

View File

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