From: Michael L. Young Date: Thu, 12 Jul 2012 14:36:44 +0000 (+0000) Subject: Reverting last merge since it wasn't completed properly. X-Git-Tag: 11.0.0-beta1~127 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bd9eb809c8bcd96e3ddb9f0ce39516be3f85286;p=thirdparty%2Fasterisk.git Reverting last merge since it wasn't completed properly. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@369973 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/funcs/func_math.c b/funcs/func_math.c index e27057c57e..e745c4733f 100644 --- a/funcs/func_math.c +++ b/funcs/func_math.c @@ -103,8 +103,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Decrements the value of a variable, while returning the updated value to the dialplan - Example: DEC(MyVAR) - Decrements MyVar - Note: DEC(${MyVAR}) - Is wrong, as DEC expects the variable name, not its value + Example: DEC(MyVAR) - Increments MyVar + Note: DEC(${MyVAR}) - Is wrong, as INC expects the variable name, not its value ***/