aboutsummaryrefslogtreecommitdiffstats
path: root/main/ast_expr2.y
diff options
context:
space:
mode:
Diffstat (limited to 'main/ast_expr2.y')
-rw-r--r--main/ast_expr2.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/ast_expr2.y b/main/ast_expr2.y
index d6c5e8eaa..89baf91bd 100644
--- a/main/ast_expr2.y
+++ b/main/ast_expr2.y
@@ -647,7 +647,7 @@ static char *compose_func_args(struct expr_node *arglist)
}
t = t->right;
}
- ast_log(LOG_NOTICE,"argbuf uses %d bytes;\n", strlen(argbuf));
+ ast_log(LOG_NOTICE,"argbuf uses %d bytes;\n", (int) strlen(argbuf));
return argbuf;
}