Double Sine %!s(int64=6) %!d(string=hai) anos
pai
achega
c36f44dd1b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;