Correct format string to fix build of uhsoctl when DEBUG is defined
PR: 185007 Submitted by: saper saper.info MFC after: 3 days
This commit is contained in:
parent
45d79bdba1
commit
2e60665eda
@ -601,7 +601,7 @@ at_cmd(struct ctx *ctx, const char *resp, resp_cb cb, resp_arg *ra, const char *
|
||||
if (resp != NULL) {
|
||||
l = strlen(resp);
|
||||
#ifdef DEBUG
|
||||
fprintf(stderr, "SYNC_EXP: %s (%d)\n", resp, l);
|
||||
fprintf(stderr, "SYNC_EXP: %s (%zd)\n", resp, l);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user