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
3ca2c14f
Commit
3ca2c14f
authored
Mar 10, 2022
by
Rob Swindell
💬
Browse files
Fix Clang warnings.
parent
9aff62df
Pipeline
#2866
passed with stage
in 9 minutes and 40 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/sbbs3/putmsg.cpp
src/sbbs3/putmsg.cpp
+1
-1
No files found.
src/sbbs3/putmsg.cpp
View file @
3ca2c14f
...
...
@@ -94,7 +94,7 @@ char sbbs_t::putmsgfrag(const char* buf, long& mode, long org_cols, JSObject* ob
long
col
=
column
;
ulong
l
=
0
;
uint
lines_printed
=
0
;
struct
mouse_hotspot
hot_spot
=
{
0
};
struct
mouse_hotspot
hot_spot
=
{};
hot_attr
=
0
;
hungry_hotspots
=
true
;
...
...
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