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
8a0231b9
Commit
8a0231b9
authored
Jul 29, 2018
by
rswindell
Browse files
Finish reversion of the rev 1.42 feature (save/reuse previous netmail addr)
parent
f9e67e8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/sbbs3/execfunc.cpp
src/sbbs3/execfunc.cpp
+1
-1
No files found.
src/sbbs3/execfunc.cpp
View file @
8a0231b9
...
...
@@ -198,7 +198,7 @@ int sbbs_t::exec_function(csi_t *csi)
{
bputs
(
text
[
EnterNetMailAddress
]);
csi
->
logic
=
LOGIC_FALSE
;
if
(
getstr
(
str
,
60
,
K_LINE
|
K_EDIT
))
{
if
(
getstr
(
str
,
60
,
K_LINE
))
{
if
(
netmail
(
str
,
nulstr
,
cmd
==
CS_MAIL_SEND_NETFILE
?
WM_FILE
:
0
))
{
csi
->
logic
=
LOGIC_TRUE
;
}
...
...
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