From 9bd9eb809c8bcd96e3ddb9f0ce39516be3f85286 Mon Sep 17 00:00:00 2001 From: "Michael L. Young" Date: Thu, 12 Jul 2012 14:36:44 +0000 Subject: [PATCH] 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 --- funcs/func_math.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ***/