1
0
Эх сурвалжийг харах

Fixed another compiler warning.

Ryan C. Gordon 8 жил өмнө
parent
commit
f130714e92
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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)
         {