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
Commits
ff60b4f9
Commit
ff60b4f9
authored
Mar 12, 2022
by
Rob Swindell
💬
Browse files
Address new warning
parent
d18654f7
Pipeline
#2879
passed with stage
in 9 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/sbbs3/xtrn_sec.cpp
src/sbbs3/xtrn_sec.cpp
+1
-1
No files found.
src/sbbs3/xtrn_sec.cpp
View file @
ff60b4f9
...
...
@@ -712,7 +712,7 @@ void sbbs_t::xtrndat(const char *name, const char *dropdir, uchar type, ulong tl
sys
.
ErrorCorrected
=
true
;
sys
.
GraphicsMode
=
(
term
&
NO_EXASCII
)
?
'N'
:
'Y'
;
sys
.
UserNetStatus
=
(
thisnode
.
misc
&
NODE_POFF
)
?
'U'
:
'A'
;
/* Node chat status ([A]vailable or [U]navailable) */
SAFEPRINTF
(
tmp
,
"%u"
,
dte_rate
);
SAFEPRINTF
(
tmp
,
"%
l
u"
,
dte_rate
);
sys
.
ModemSpeed
=
tmp
;
sys
.
CarrierSpeed
=
connection
;
sys
.
UserRecNo
=
useron
.
number
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment