MSGID kludge was broken.
This commit is contained in:
parent
8cdbb0f937
commit
a2804d0dcb
@ -363,7 +363,7 @@ void DoKludges(int mode, GMsg* msg, int kludges) {
|
||||
gsprintf(PRINTF_DECLARE_BUFFER(msg->msgids), "%s %08x", buf2, getMsgId());
|
||||
}
|
||||
|
||||
if (CFG->switches.get(usemsgid) && (AA->basetype() == "PCBOARD"))
|
||||
if (CFG->switches.get(usemsgid) && (AA->basetype() != "PCBOARD"))
|
||||
{
|
||||
sprintf(buf, "\001MSGID: %s", msg->msgids);
|
||||
line = AddKludge(line, buf);
|
||||
|
@ -27,7 +27,7 @@
|
||||
#include <golded.h>
|
||||
#include <gutlos.h>
|
||||
|
||||
#if defined(_MSC_VER) && defined(_DEBUG) && defined(_M_IX86)
|
||||
#if 0 && defined(_MSC_VER) && defined(_DEBUG) && defined(_M_IX86)
|
||||
#include <memleak.h>
|
||||
|
||||
static struct LeakFinder
|
||||
|
Reference in New Issue
Block a user