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
d7396cb5
Commit
d7396cb5
authored
Feb 23, 2022
by
Rob Swindell
💬
Browse files
Fix invalid type in argument to printf format specifier
CID 319142
parent
5661607e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/sbbs3/js_com.c
src/sbbs3/js_com.c
+1
-1
No files found.
src/sbbs3/js_com.c
View file @
d7396cb5
...
...
@@ -177,7 +177,7 @@ js_send(JSContext *cx, uintN argc, jsval *arglist)
JS_SET_RVAL
(
cx
,
arglist
,
JSVAL_TRUE
);
}
else
{
p
->
last_error
=
COM_ERROR_VALUE
;
dbprintf
(
TRUE
,
p
,
"send of %u bytes failed"
,
len
);
dbprintf
(
TRUE
,
p
,
"send of %
l
u bytes failed"
,
len
);
}
if
(
cp
)
free
(
cp
);
...
...
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