Przeglądaj źródła

Fixed another compiler warning.

Ryan C. Gordon 8 lat temu
rodzic
commit
f130714e92
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      test/test_physfs.c

+ 1 - 1
test/test_physfs.c

@@ -921,7 +921,7 @@ static int cmd_cat2(char *args)
         char *buffer2 = NULL;
         size_t buffer2len = 0;
         char *ptr = NULL;
-        PHYSFS_sint64 i;
+        size_t i;
 
         if (do_buffer_size)
         {