mirror of
https://git.telodendria.io/Telodendria/Cytoplasm.git
synced 2024-11-22 04:00:47 +03:00
Fix warning about integer size mismatch.
This commit is contained in:
parent
2aa74e3156
commit
814bef932f
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