Merge r268298,r268299 from head:
Correct format string to fix build of uhsoctl when DEBUG is defined PR: 185007 Submitted by: saper saper.info
This commit is contained in:
parent
1932275fef
commit
023ca0c8f6
@ -601,7 +601,7 @@ at_cmd(struct ctx *ctx, const char *resp, resp_cb cb, resp_arg *ra, const char *
|
|||||||
if (resp != NULL) {
|
if (resp != NULL) {
|
||||||
l = strlen(resp);
|
l = strlen(resp);
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
fprintf(stderr, "SYNC_EXP: %s (%d)\n", resp, l);
|
fprintf(stderr, "SYNC_EXP: %s (%zu)\n", resp, l);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user