fix VC6 compile
This commit is contained in:
@@ -129,7 +129,7 @@ static void LoadFromSMNoteDataStringWithPlayer( NoteData& out, const RString &sS
|
||||
int iHeadRow;
|
||||
if( !out.IsHoldNoteAtRow( iTrack, iIndex, &iHeadRow ) )
|
||||
{
|
||||
int n = intptr_t(endLine) - intptr_t(beginLine);
|
||||
int n = (int*)endLine - (int*)beginLine;
|
||||
LOG->Warn( "Unmatched 3 in \"%.*s\"", n, beginLine );
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user