Skip to content
Snippets Groups Projects

Added a crlf after printing message scan aborted

Merged Eric Oulashin requested to merge dd_msg_reader_scan_abort_crlf into master
5 files
+ 37086
28981
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -1936,6 +1936,7 @@ function DigDistMsgReader_SearchMsgScan(pSearchModeStr, pTxtToSearch, pSubCode)
//console.print(replaceAtCodesInStr(this.text.msgScanAbortedText));
//console.crlf();
console.putmsg(this.text.msgScanAbortedText);
console.crlf();
console.pause();
}
// Restore this.subBoardCode if necessary
@@ -2326,6 +2327,7 @@ function DigDistMsgReader_MessageAreaScan(pScanCfgOpt, pScanMode, pScanScopeChar
//console.print(replaceAtCodesInStr(this.text.msgScanAbortedText));
//console.crlf();
console.putmsg(this.text.msgScanAbortedText);
console.crlf();
console.pause();
return;
}
Loading