Skip to content

Commit 1f0d2c7

Browse files
committed
Locale fix for Windows
1 parent 41654ef commit 1f0d2c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/common.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -520,8 +520,8 @@ void console_init(console_state & con_st) {
520520
if (con_st.tty != nullptr) {
521521
con_st.out = con_st.tty;
522522
}
523-
#endif
524523
setlocale(LC_ALL, "");
524+
#endif
525525
}
526526

527527
void console_cleanup(console_state & con_st) {

0 commit comments

Comments
 (0)