mirror of
https://github.com/DoubleLabyrinth/navicat-keygen.git
synced 2019-12-02 05:10:56 +00:00
Fix typo
This commit is contained in:
+1
-1
@@ -102,7 +102,7 @@ namespace std {
|
||||
|
||||
xstring(xstring_extension, const char* lpstr, DWORD CodePage = CP_ACP) {
|
||||
if (CodePage == CP_ACP || CodePage == GetACP()) {
|
||||
assign(str);
|
||||
assign(lpstr);
|
||||
} else {
|
||||
std::wstring wstr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user