summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/res_pjsip_header_funcs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_pjsip_header_funcs.c b/res/res_pjsip_header_funcs.c
index 90ca074d0..7425d8f59 100644
--- a/res/res_pjsip_header_funcs.c
+++ b/res/res_pjsip_header_funcs.c
@@ -294,7 +294,7 @@ static int read_header(void *obj)
plen = strlen(p);
if (plen + 1 > data->len) {
ast_log(AST_LOG_ERROR,
- "Buffer isn't big enough to hold header value. %lu > %lu\n", plen + 1,
+ "Buffer isn't big enough to hold header value. %zu > %zu\n", plen + 1,
data->len);
return -1;
}