Skip to content
Snippets Groups Projects
Commit c6e83357 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Un-comment-out the line referencing 'bs' since it's now defined.

parent c5408b6c
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -3167,7 +3167,7 @@ function mail_to(pl, quotes)
if (t !== -1) {
wrap = l.slice(t+1);
l = l.slice(0, t);
// sw(bs.substr(0, wrap.length));
sw(bs.substr(0, wrap.length));
sw(ws.substr(0, wrap.length));
}
ch = '\r';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment