Fix character constant.
This commit is contained in:
@@ -147,7 +147,7 @@ void NoteDataUtil::LoadFromSMNoteDataString( NoteData &out, CString sSMNoteData,
|
|||||||
// skip past the ']'
|
// skip past the ']'
|
||||||
while( *p )
|
while( *p )
|
||||||
{
|
{
|
||||||
if( *p == '[]' )
|
if( *p == ']' )
|
||||||
{
|
{
|
||||||
p++;
|
p++;
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user