[asterisk-commits] elguero: trunk r369973 - /trunk/funcs/func_math.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Jul 12 09:36:47 CDT 2012
Author: elguero
Date: Thu Jul 12 09:36:44 2012
New Revision: 369973
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=369973
Log:
Reverting last merge since it wasn't completed properly.
Modified:
trunk/funcs/func_math.c
Modified: trunk/funcs/func_math.c
URL: http://svnview.digium.com/svn/asterisk/trunk/funcs/func_math.c?view=diff&rev=369973&r1=369972&r2=369973
==============================================================================
--- trunk/funcs/func_math.c (original)
+++ trunk/funcs/func_math.c Thu Jul 12 09:36:44 2012
@@ -103,8 +103,8 @@
</syntax>
<description>
<para>Decrements the value of a variable, while returning the updated value to the dialplan</para>
- <para>Example: DEC(MyVAR) - Decrements MyVar</para>
- <para>Note: DEC(${MyVAR}) - Is wrong, as DEC expects the variable name, not its value</para>
+ <para>Example: DEC(MyVAR) - Increments MyVar</para>
+ <para>Note: DEC(${MyVAR}) - Is wrong, as INC expects the variable name, not its value</para>
</description>
</function>
***/
More information about the asterisk-commits
mailing list