mirror of
https://git.code.sf.net/p/fldigi/fldigi
synced 2026-08-13 17:47:54 -04:00
CLRLOG LOG LNW
* Correct macro functions
This commit is contained in:
parent
fdb9fc8827
commit
90b760997f
1 changed files with 2 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue