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
fdb86052
Commit
fdb86052
authored
Sep 26, 2019
by
rswindell
Browse files
Updated nodestatus() function usage to support custom/extneded node status
text.
parent
710bb23c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/sbbs3/umonitor/umonitor.c
src/sbbs3/umonitor/umonitor.c
+1
-1
No files found.
src/sbbs3/umonitor/umonitor.c
View file @
fdb86052
...
...
@@ -978,7 +978,7 @@ USAGE:
if
((
j
=
getnodedat
(
&
cfg
,
i
,
&
node
,
FALSE
,
NULL
)))
sprintf
(
mopt
[
i
],
"Error reading node data (%d)!"
,
j
);
else
{
nodestatus
(
&
cfg
,
&
node
,
str
,
71
);
nodestatus
(
&
cfg
,
&
node
,
str
,
71
,
i
);
if
(
i
==
paging_node
)
{
strupr
(
str
);
strcat
(
str
,
" <PAGING>"
);
...
...
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