Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DoubleLabyrinth committed Sep 27, 2019
1 parent 70f4976 commit c36f44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/xstring.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit c36f44d

Please sign in to comment.