test/testime.c: put back size_t

This commit is contained in:
Sylvain 2022-12-15 14:19:02 +01:00
parent deba9f4b8b
commit 48955cce0e
No known key found for this signature in database
GPG key ID: 5F87E02E5BC0939E

View file

@ -144,7 +144,7 @@ static int unifont_init(const char *fontname)
/* Read all the glyph data into memory to make it accessible later when textures are created. */
do {
int i, codepointHexSize;
Sint64 bytesOverread;
size_t bytesOverread;
Uint8 glyphWidth;
Uint32 codepoint;