Skip to content

Commit

Permalink
海外のlocaleで小数点が","になってしまって--vpp-colorspaceがコンパイルできなくなる問題を修正。 ( #600 )
Browse files Browse the repository at this point in the history
  • Loading branch information
rigaya committed Jun 29, 2024
1 parent 9013f62 commit 15f3201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NVEncC/NVEncC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ static int set_signal_handler() {

int _tmain(int argc, TCHAR **argv) {
#if defined(_WIN32) || defined(_WIN64)
_tsetlocale(LC_ALL, _T(".UTF8"));
_tsetlocale(LC_CTYPE, _T(".UTF8"));
#endif //#if defined(_WIN32) || defined(_WIN64)

if (argc == 1) {
Expand Down

0 comments on commit 15f3201

Please sign in to comment.