瀏覽代碼

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;