Fixed another compiler warning.

This commit is contained in:
Ryan C. Gordon 2017-07-17 15:53:09 -04:00
parent 23674e43fc
commit 55ac4809b7
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{