Removed @ from log file names

This commit is contained in:
James Booth
2012-07-23 01:35:47 +01:00
parent 4dcec36ef3
commit 6bbad269db
2 changed files with 9 additions and 3 deletions

View File

@@ -37,7 +37,8 @@ void get_time(char *thetime)
}
char * str_replace (const char *string, const char *substr,
const char *replacement) {
const char *replacement)
{
char *tok = NULL;
char *newstr = NULL;
char *oldstr = NULL;