X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flog.cpp;fp=src%2Flog.cpp;h=c39a0b322ce200aff64f9303849510a9aadc00c2;hb=60c8824bffff8513464fec58921fae8b406b7e94;hp=623a6b97e187a27c226890ad1d0734b050c0ff40;hpb=2fe4f4d3720583b59e0412d2a0cb72109db78573;p=thunder diff --git a/src/log.cpp b/src/log.cpp index 623a6b9..c39a0b3 100644 --- a/src/log.cpp +++ b/src/log.cpp @@ -11,13 +11,13 @@ // JLH 07/23/2009 Added changelog ;-) // -#include "types.h" #include "log.h" +#include #define MAX_LOG_SIZE 10000000 // Maximum size of log file (10 MB) static FILE * logStream = NULL; -static uint32 logSize = 0; +static uint32_t logSize = 0; bool InitLog(const char * path)