comparison mcabber/src/utils.c @ 1241:3a4018f18bdf

Cosmetics
author Mikael Berthe <mikael@lilotux.net>
date Sat, 16 Jun 2007 19:41:09 +0200
parents 75aee46d3aee
children 382ec54b584e
comparison
equal deleted inserted replaced
1240:a54645448e00 1241:3a4018f18bdf
103 } 103 }
104 return; 104 return;
105 } 105 }
106 fchmod(fileno(fp), S_IRUSR|S_IWUSR); 106 fchmod(fileno(fp), S_IRUSR|S_IWUSR);
107 107
108 fprintf(fp, "New trace log started.\n" 108 fprintf(fp, "New trace log started.\n----------------------\n");
109 "----------------------\n");
110 fclose(fp); 109 fclose(fp);
111 } 110 }
112 111
113 void ut_WriteLog(unsigned int flag, const char *data) 112 void ut_WriteLog(unsigned int flag, const char *data)
114 { 113 {