Code cleanup and heavy debug removal

This commit is contained in:
Michiel Broek
2007-08-26 12:21:15 +00:00
parent 9e63a9f9e9
commit c78578675c
13 changed files with 12 additions and 92 deletions

View File

@@ -2551,7 +2551,6 @@ unsigned int QWK_PackArea(unsigned int ulLast, int Area)
memset(&Qwk, ' ', sizeof(Qwk));
snprintf(Temp, 81, "%-*u", (int)sizeof(Qwk.Msgnum), (int)Number);
Syslog('M', "Message %s", Temp);
memcpy(Qwk.Msgnum, Temp, sizeof(Qwk.Msgnum));
tp = localtime(&Msg.Written);
snprintf(Temp, 81, "%02d-%02d-%02d", tp->tm_mon+1, tp->tm_mday, tp->tm_year % 100);