Skip to content

Commit

Permalink
Actually allow enabling the new string algorithm 🤦‍♂️
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexodia committed Jan 5, 2022
1 parent 59f19f5 commit caaf241
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dbg/_exports.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1210,6 +1210,7 @@ extern "C" DLL_EXPORT duint _dbg_sendmessage(DBGMSG type, void* param1, void* pa
auto acp = GetACP();
newStringAlgorithm = acp == 932 || acp == 936 || acp == 949 || acp == 950 || acp == 951 || acp == 1251;
}
bNewStringAlgorithm = newStringAlgorithm;
}
break;

Expand Down

0 comments on commit caaf241

Please sign in to comment.