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
15ffe90a
Commit
15ffe90a
authored
Mar 17, 2018
by
rswindell
Browse files
Address coverity-scan defect (unterminated string).
parent
42e2ce73
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
src/uifc/uifcx.c
src/uifc/uifcx.c
+1
-2
No files found.
src/uifc/uifcx.c
View file @
15ffe90a
...
...
@@ -470,8 +470,7 @@ void help()
sprintf
(
hbuf
,
"ERROR: Cannot read help key (%s:%u) at %ld in: %s"
,
p
,
helpline
,
l
,
api
->
helpixbfile
);
}
else
hbuf
[
HELPBUF_SIZE
-
1
]
=
0
;
hbuf
[
HELPBUF_SIZE
-
1
]
=
0
;
}
fclose
(
fp
);
}
...
...
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