[Asterisk-cvs] asterisk/pbx pbx_wilcalu.c,1.12,1.13

markster at lists.digium.com markster at lists.digium.com
Sun Jun 13 16:20:49 CDT 2004


Update of /usr/cvsroot/asterisk/pbx
In directory mongoose.digium.com:/tmp/cvs-serv30795/pbx

Modified Files:
	pbx_wilcalu.c 
Log Message:
x86-64 compile fixes and cleanups


Index: pbx_wilcalu.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx/pbx_wilcalu.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- pbx_wilcalu.c	26 Apr 2004 03:02:49 -0000	1.12
+++ pbx_wilcalu.c	13 Jun 2004 21:25:10 -0000	1.13
@@ -184,7 +184,7 @@
 		free(string);
 		pthread_exit(NULL);
 	}
-	ast_log(LOG_DEBUG, "Autodial Tech %s(%d) Tele %s(%d) Filename %s(%d)\n",tech,strlen(tech),tele,strlen(tele),filename,strlen(filename));
+	ast_log(LOG_DEBUG, "Autodial Tech %s(%d) Tele %s(%d) Filename %s(%d)\n",tech,(int)strlen(tech),tele,(int)strlen(tele),filename,(int)strlen(filename));
 
 	channel=ast_request(tech,AST_FORMAT_SLINEAR,tele);
 	if(channel!=NULL){




More information about the svn-commits mailing list