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
abfcfb3c
Commit
abfcfb3c
authored
May 13, 2004
by
rswindell
Browse files
Using FIDO_NAME_LEN macro instead of numeric constant (no functional change).
parent
7eaf81b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/sbbs3/postmsg.cpp
src/sbbs3/postmsg.cpp
+1
-1
No files found.
src/sbbs3/postmsg.cpp
View file @
abfcfb3c
...
...
@@ -134,7 +134,7 @@ bool sbbs_t::postmsg(uint subnum, smbmsg_t *remsg, long wm_mode)
if
(
cfg
.
sub
[
subnum
]
->
misc
&
SUB_QNET
)
i
=
25
;
if
(
cfg
.
sub
[
subnum
]
->
misc
&
SUB_FIDO
)
i
=
35
;
i
=
FIDO_NAME_LEN
-
1
;
if
(
cfg
.
sub
[
subnum
]
->
misc
&
(
SUB_PNET
|
SUB_INET
))
i
=
60
;
getstr
(
touser
,
i
,
K_UPRLWR
|
K_LINE
|
K_EDIT
|
K_AUTODEL
);
...
...
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