Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Compare Revisions
c5408b6cb374f1cc81506ae2dddca7f2ae6495fe...c6e83357a2f76711f2322bf14c143494f6edb4df
Commits (1)
Un-comment-out the line referencing 'bs' since it's now defined.
· c6e83357
Rob Swindell
authored
Apr 12, 2022
c6e83357
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
xtrn/lord2/lord2.js
xtrn/lord2/lord2.js
+1
-1
No files found.
xtrn/lord2/lord2.js
View file @
c6e83357
...
...
@@ -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
'
;
...
...