소스 검색

test/testime.c: put back size_t

Sylvain 3 년 전
부모
커밋
48955cce0e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      test/testime.c

+ 1 - 1
test/testime.c

@@ -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;