X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flog.cpp;h=adf8a18a32cb137752e436e5205fbe0533c2a5f0;hb=d6a4e86c4d3e3a48254975400715ea985311a346;hp=236d56385e254651118b5f6cb1f8b08f88b052e0;hpb=27ad8041c00ff80e50ba0ad9022c3eaa7a05b8b0;p=thunder diff --git a/src/log.cpp b/src/log.cpp index 236d563..adf8a18 100755 --- a/src/log.cpp +++ b/src/log.cpp @@ -2,6 +2,13 @@ // Log handler // // by James L. Hammons +// (c) 2004, 2009 Underground Software +// +// JLH = James L. Hammons +// +// WHO WHEN WHAT +// --- ---------- ------------------------------------------------------------ +// JLH 07/23/2009 Added changelog ;-) // #include "types.h" @@ -12,7 +19,7 @@ static FILE * log_stream = NULL; static uint32 logSize = 0; -bool InitLog(char * path) +bool InitLog(const char * path) { log_stream = fopen(path, "wrt");