aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-08 09:21:02 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-08 09:21:02 +0000
commitd35ddf485a39308465cdb44c44d84c1aa72c3770 (patch)
tree2a2633f4afdc61344f037a76e2f40c84e0e61ea3 /apps
parent7bc2521136338f7739aefafd15fe2bad20aacb8f (diff)
use %f instead of %lf (the 'l' is ignored anyways).
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89110 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rw-r--r--apps/app_voicemail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index 1be987439..6d4c46968 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -7939,7 +7939,7 @@ static int manager_list_voicemail_users(struct mansession *s, const struct messa
"ExitContext: %s\r\n"
"SayDurationMinimum: %d\r\n"
"AttachmentFormat: %s\r\n"
- "VolumeGain: %.2lf\r\n"
+ "VolumeGain: %.2f\r\n"
"MaxMessageCount: %d\r\n"
"MaxMessageLength: %d\r\n"
"NewMessageCount: %d\r\n"