Fix character constant.

This commit is contained in:
Steve Checkoway
2004-10-05 10:43:38 +00:00
parent ca6887e5f8
commit b97952f768
+1 -1
View File
@@ -147,7 +147,7 @@ void NoteDataUtil::LoadFromSMNoteDataString( NoteData &out, CString sSMNoteData,
// skip past the ']'
while( *p )
{
if( *p == '[]' )
if( *p == ']' )
{
p++;
break;