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
c389e6a5
Commit
c389e6a5
authored
May 14, 2021
by
Deucе
👌🏾
Browse files
Don't pass -1 as cur or bar.
Sheesh.
parent
be2e8513
Pipeline
#2188
passed with stage
in 7 minutes and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/syncterm/bbslist.c
src/syncterm/bbslist.c
+2
-0
No files found.
src/syncterm/bbslist.c
View file @
c389e6a5
...
...
@@ -2554,6 +2554,8 @@ struct bbslist *show_bbslist(char *current, int connected)
i
=
ti
.
currmode
;
i
=
ciolib_to_screen
(
ti
.
currmode
);
i
--
;
if
(
i
<
0
)
i
=
0
;
j
=
i
;
i
=
uifc
.
list
(
WIN_SAV
,
0
,
0
,
0
,
&
i
,
&
j
,
"Screen Mode"
,
screen_modes
+
1
);
if
(
i
>=
0
)
{
...
...
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