From 01a1cfd262ce16bc40ebf5160ac471b3dda9b3ec Mon Sep 17 00:00:00 2001 From: Luigi Rizzo Date: Thu, 8 Nov 2007 09:21:02 +0000 Subject: [PATCH] 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 --- apps/app_voicemail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index 1be987439f..6d4c469685 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"