Commit bd155bfb authored by mercury233's avatar mercury233

Merge branch 'master' of https://github.com/Fluorohydride/ygopro

parents e3ab07ef 6063e83d
......@@ -14,7 +14,7 @@ void GetParameter(char* param, const char* arg) {
MultiByteToWideChar(CP_ACP, 0, arg, -1, arg1, 260);
BufferIO::EncodeUTF8(arg1, param);
#else
strcpy(param, arg1);
strcpy(param, arg);
#endif
}
void GetParameterW(wchar_t* param, const char* arg) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment