Update common/console.cpp

This commit is contained in:
Georgi Gerganov 2024-09-30 11:23:33 +03:00 committed by GitHub
parent 18f8352586
commit b041ef4907
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -94,7 +94,7 @@ namespace console {
simple_io = true; simple_io = true;
} }
} }
if(simple_io){ if (simple_io) {
_setmode(_fileno(stdin), _O_U8TEXT); _setmode(_fileno(stdin), _O_U8TEXT);
} }
#else #else