convert comments in cpp files to utf8
This commit is contained in:
@ -77,11 +77,11 @@ bool NSound::LoadSoundInformationPiece(const char * c_szFileName, NSound::TSound
|
||||
|
||||
bool NSound::SaveSoundInformationPiece(const char * c_szFileName, NSound::TSoundDataVector & rSoundDataVector)
|
||||
{
|
||||
if (rSoundDataVector.empty()) // <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ͱ<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>
|
||||
if (rSoundDataVector.empty()) // 데이터가 없으면 성공으로 간주
|
||||
{
|
||||
if (IsFile(c_szFileName)) // <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʹ<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>ִµ<D6B4> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>ִٸ<D6B4>
|
||||
if (IsFile(c_szFileName)) // 데이터는 비어있는데 파일이 있다면
|
||||
{
|
||||
_unlink(c_szFileName); // <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.
|
||||
_unlink(c_szFileName); // 지운다.
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user