Fix formatting
This commit is contained in:
parent
e36d8cebd9
commit
5b276c9adc
@ -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);
|
||||||
|
Reference in New Issue
Block a user