Fix warning about integer size mismatch.

This commit is contained in:
Jordan Bancino 2023-05-21 13:35:56 +00:00
parent 51b9e2eaed
commit 4cc876eb10

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