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
Compare Revisions
be2e8513d81dca8ac95008e728fed6351a16d31e...c389e6a5233e3c0e7fedda270c1a76f15f9f8d33
Commits (1)
Don't pass -1 as cur or bar.
· c389e6a5
Deucе
authored
May 14, 2021
Sheesh.
c389e6a5
Show 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
)
{
...
...