summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2007-11-08 09:21:02 +0000
committerLuigi Rizzo <rizzo@icir.org>2007-11-08 09:21:02 +0000
commit01a1cfd262ce16bc40ebf5160ac471b3dda9b3ec (patch)
tree2a2633f4afdc61344f037a76e2f40c84e0e61ea3 /apps
parent339d27ebe90b10eb1f681c7a427e1d5127b87502 (diff)
use %f instead of %lf (the 'l' is ignored anyways).
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89110 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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"