mirror of
https://github.com/libsdl-org/SDL.git
synced 2024-11-27 13:53:37 +08:00
test/testime.c: put back size_t
This commit is contained in:
parent
deba9f4b8b
commit
48955cce0e
@ -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. */
|
/* Read all the glyph data into memory to make it accessible later when textures are created. */
|
||||||
do {
|
do {
|
||||||
int i, codepointHexSize;
|
int i, codepointHexSize;
|
||||||
Sint64 bytesOverread;
|
size_t bytesOverread;
|
||||||
Uint8 glyphWidth;
|
Uint8 glyphWidth;
|
||||||
Uint32 codepoint;
|
Uint32 codepoint;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user