Skip to content
Snippets Groups Projects
Commit f134fa25 authored by Eric Oulashin's avatar Eric Oulashin
Browse files

Added a crlf after printing message scan aborted (it seemed a crlf was...

Added a crlf after printing message scan aborted (it seemed a crlf was automatically added before after a putmsg, but that's not happening now)
parent 4fa6117a
No related branches found
No related tags found
1 merge request!248Added a crlf after printing message scan aborted
Pipeline #3667 passed
...@@ -1936,6 +1936,7 @@ function DigDistMsgReader_SearchMsgScan(pSearchModeStr, pTxtToSearch, pSubCode) ...@@ -1936,6 +1936,7 @@ function DigDistMsgReader_SearchMsgScan(pSearchModeStr, pTxtToSearch, pSubCode)
//console.print(replaceAtCodesInStr(this.text.msgScanAbortedText)); //console.print(replaceAtCodesInStr(this.text.msgScanAbortedText));
//console.crlf(); //console.crlf();
console.putmsg(this.text.msgScanAbortedText); console.putmsg(this.text.msgScanAbortedText);
console.crlf();
console.pause(); console.pause();
} }
// Restore this.subBoardCode if necessary // Restore this.subBoardCode if necessary
...@@ -2326,6 +2327,7 @@ function DigDistMsgReader_MessageAreaScan(pScanCfgOpt, pScanMode, pScanScopeChar ...@@ -2326,6 +2327,7 @@ function DigDistMsgReader_MessageAreaScan(pScanCfgOpt, pScanMode, pScanScopeChar
//console.print(replaceAtCodesInStr(this.text.msgScanAbortedText)); //console.print(replaceAtCodesInStr(this.text.msgScanAbortedText));
//console.crlf(); //console.crlf();
console.putmsg(this.text.msgScanAbortedText); console.putmsg(this.text.msgScanAbortedText);
console.crlf();
console.pause(); console.pause();
return; return;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment