Bug 6615 - Fix 64bit conversion errors by using a long int

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@11503 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Tilghman Lesher
2006-03-01 17:41:52 +00:00
parent c4c44af8e3
commit 536dcc2058
7 changed files with 21 additions and 21 deletions

View File

@@ -121,8 +121,8 @@ static int manager_log(struct ast_cdr *cdr)
"StartTime: %s\r\n"
"AnswerTime: %s\r\n"
"EndTime: %s\r\n"
"Duration: %d\r\n"
"BillableSeconds: %d\r\n"
"Duration: %ld\r\n"
"BillableSeconds: %ld\r\n"
"Disposition: %s\r\n"
"AMAFlags: %s\r\n"
"UniqueID: %s\r\n"