fix VC6 compile

This commit is contained in:
Chris Danford
2006-06-24 05:14:13 +00:00
parent 26ce4fa74d
commit 282c4d82d5
+1 -1
View File
@@ -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