From ff15e0fa53156b9994da3f726bfe91232de6195a Mon Sep 17 00:00:00 2001 From: kpfleming Date: Fri, 15 Jul 2005 23:00:47 +0000 Subject: add a library of timeval manipulation functions, and change a large number of usses to use the new functions (bug #4504) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6146 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/app_readfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/app_readfile.c') diff --git a/apps/app_readfile.c b/apps/app_readfile.c index 0930ec14e..405ceb70a 100755 --- a/apps/app_readfile.c +++ b/apps/app_readfile.c @@ -83,7 +83,7 @@ static int readfile_exec(struct ast_channel *chan, void *data) if(len < strlen(returnvar)) returnvar[len]='\0'; else - ast_log(LOG_WARNING,"%s is longer than %d, and %zd \n", file, len, strlen(returnvar)); + ast_log(LOG_WARNING,"%s is longer than %d, and %d \n", file, len, (int)strlen(returnvar)); } pbx_builtin_setvar_helper(chan, varname, returnvar); free(returnvar); -- cgit v1.2.3