Fix formatting

This commit is contained in:
Alexander S. Aganichev 2002-10-15 16:59:10 +00:00
parent e36d8cebd9
commit 5b276c9adc

View File

@ -337,7 +337,7 @@ void DoKludges(int mode, GMsg* msg, int kludges) {
} }
else { else {
msg->orig.make_string(buf2, msg->odom); msg->orig.make_string(buf2, msg->odom);
sprintf(msg->msgids, "%s %08lx", buf2, time(NULL)+(msgcount++)); sprintf(msg->msgids, "%s %08lx", buf2, time(NULL)+(msgcount++));
} }
if(CFG->switches.get(usemsgid) and not AA->ispcboard()) { if(CFG->switches.get(usemsgid) and not AA->ispcboard()) {
sprintf(buf, "\001MSGID: %s", msg->msgids); sprintf(buf, "\001MSGID: %s", msg->msgids);