Fix warning about integer size mismatch.

This commit is contained in:
Jordan Bancino 2023-05-21 13:35:56 +00:00
parent 2aa74e3156
commit 814bef932f
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ GenerateMemoryReport(int argc, char **argv)
time_t currentTime;
struct tm *timeInfo;
char tsBuffer[1024];
size_t i;
int i;
if (!MemoryAllocated())
{