forked from metin2/client
convert comments in cpp files to utf8
This commit is contained in:
@ -433,7 +433,7 @@ void MyCreateDirectory(const char* path)
|
||||
|
||||
if (strlen(path) >= 3)
|
||||
{
|
||||
if (*(path + 1) == ':') // C:, D: <EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>츦 üũ
|
||||
if (*(path + 1) == ':') // C:, D: 같은 경우를 체크
|
||||
path += 3;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user