mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
don't use '%i' at all, since we have no current use cases that need non base-10 parsing (bug #4110)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5533 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -147,8 +147,8 @@ static int tds_log(struct ast_cdr *cdr)
|
||||
"%s, " /* start */
|
||||
"%s, " /* answer */
|
||||
"%s, " /* end */
|
||||
"%i, " /* duration */
|
||||
"%i, " /* billsec */
|
||||
"%d, " /* duration */
|
||||
"%d, " /* billsec */
|
||||
"'%s', " /* disposition */
|
||||
"'%s', " /* amaflags */
|
||||
"'%s'" /* uniqueid */
|
||||
|
Reference in New Issue
Block a user