CLRLOG LOG LNW

* Correct macro functions
This commit is contained in:
dave-w1hkj 2023-11-18 13:27:08 -06:00
parent fdb9fc8827
commit 90b760997f

View file

@ -2582,8 +2582,7 @@ static void pLNW(std::string &s, size_t &i, size_t endbracket)
msg.append(s.substr(start + 1, endbracket-start-1));
inpNotes->value(msg.c_str());
}
substitute(s, i, endbracket, "");
qsoSave_cb(0, 0);
substitute(s, i, endbracket, "^L");
}
static void pCLRLOG(std::string &s, size_t &i, size_t endbracket)
@ -2592,7 +2591,7 @@ static void pCLRLOG(std::string &s, size_t &i, size_t endbracket)
substitute(s, i, endbracket, "");
return;
}
substitute(s, i, endbracket, "");
substitute(s, i, endbracket, "^C");
}
static void pMODEM_COMPSKED(std::string &s, size_t &i, size_t endbracket)