From: Luigi Rizzo Date: Thu, 8 Nov 2007 09:21:02 +0000 (+0000) Subject: use %f instead of %lf (the 'l' is ignored anyways). X-Git-Tag: 1.6.0-beta1~3^2~936 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=01a1cfd262ce16bc40ebf5160ac471b3dda9b3ec;p=thirdparty%2Fasterisk.git 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 --- 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"