And that last fix also fixed the issue about byte 1 being wrong.

This commit is contained in:
Pietro Gagliardi 2017-02-10 11:09:36 -05:00
parent 8ac9e386b5
commit 4b46dab775
1 changed files with 0 additions and 1 deletions

View File

@ -168,7 +168,6 @@ static void mouse(uiAreaMouseEvent *e)
// urgh %zd is not supported by MSVC with sprintf()
// TODO get that part in test/ about having no other option
// TODO byte 1 is actually byte 684?!
sprintf(labelText, "pos %d line %d",// x %g",// x position %s y position %s",
(int) caretPos, caretLine);//, caretX);
/* (int) (res.Pos), res.Line,