Double Sine 6 năm trước cách đây
mục cha
commit
c36f44dd1b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      common/xstring.hpp

+ 1 - 1
common/xstring.hpp

@@ -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;