aboutsummaryrefslogtreecommitdiffstats
path: root/cdr/cdr_tds.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-04-29 17:00:33 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-04-29 17:00:33 +0000
commitb7e6d89aa23372a6a6d647bf6d3bfe3192e4c519 (patch)
treed331e5cecc9b0a3c2d3c3e29adbc134c1d3d0fe2 /cdr/cdr_tds.c
parenta4b06d6ac114064bbbb705dcdeab9f53c1257f40 (diff)
don't use '%i' at all, since we have no current use cases that need non base-10 parsing (bug #4110)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5533 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'cdr/cdr_tds.c')
-rwxr-xr-xcdr/cdr_tds.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cdr/cdr_tds.c b/cdr/cdr_tds.c
index 5e99529f6..59076a25b 100755
--- a/cdr/cdr_tds.c
+++ b/cdr/cdr_tds.c
@@ -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 */