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
2167cb77
Commit
2167cb77
authored
May 17, 2021
by
Deucе
👌🏾
Browse files
Fix off-by-one error in program settings.
parent
9494cc30
Pipeline
#2226
passed with stage
in 9 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/syncterm/bbslist.c
src/syncterm/bbslist.c
+1
-1
No files found.
src/syncterm/bbslist.c
View file @
2167cb77
...
...
@@ -1604,7 +1604,7 @@ void change_settings(int connected)
inicontents
=
strListInit
();
}
for
(
i
=
0
;
i
<
1
2
;
i
++
)
for
(
i
=
0
;
i
<
1
3
;
i
++
)
opt
[
i
]
=
opts
[
i
];
opt
[
i
]
=
NULL
;
...
...
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