Fix some compiler warnings and mixed space/tab indentation

This commit is contained in:
Douglas Clowes
2014-02-19 14:37:13 +11:00
parent 54e217af78
commit 4bfa758667
9 changed files with 27 additions and 26 deletions

View File

@@ -536,7 +536,7 @@ int CommandLog(SConnection * pCon, SicsInterp * pSics, void *pData,
if (iCompact > 0)
iIntervall = 0;
}
SCPrintf(pCon, eValue, "%s.compact [sec] = %d", argv[0], iCompact);
SCPrintf(pCon, eValue, "%s.compact [sec] = %d", argv[0], (int)iCompact);
return 1;
} else if (strcmp(argv[1], "close") == 0) { /* close command */
fclose(fd);