Skip to content
Snippets Groups Projects
Commit 049916bc authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

"Invalid type in argument to printf format specifier"

CID 319142
parent f9a681ac
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -173,7 +173,7 @@ js_send(JSContext *cx, uintN argc, jsval *arglist)
rc=JS_SUSPENDREQUEST(cx);
if(cp && comWriteBuf(p->com,(uint8_t *)cp,len)==len) {
dbprintf(FALSE, p, "sent %u bytes",len);
dbprintf(FALSE, p, "sent %lu bytes",len);
JS_SET_RVAL(cx, arglist, JSVAL_TRUE);
} else {
p->last_error=COM_ERROR_VALUE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment