forked from Telodendria/Telodendria
Fix warning about integer size mismatch.
This commit is contained in:
parent
51b9e2eaed
commit
4cc876eb10
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ GenerateMemoryReport(int argc, char **argv)
|
||||||
time_t currentTime;
|
time_t currentTime;
|
||||||
struct tm *timeInfo;
|
struct tm *timeInfo;
|
||||||
char tsBuffer[1024];
|
char tsBuffer[1024];
|
||||||
size_t i;
|
int i;
|
||||||
|
|
||||||
if (!MemoryAllocated())
|
if (!MemoryAllocated())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue