[asterisk-commits] newtonr: branch 1.8 r404081 - /branches/1.8/funcs/func_strings.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Dec 17 18:27:04 CST 2013
Author: newtonr
Date: Tue Dec 17 18:27:01 2013
New Revision: 404081
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=404081
Log:
func_strings: Documentation fix for QUOTE()
Example output was inaccurate.
(issue ASTERISK-22970)
(closes issue ASTERISK-22970)
Reported by: Gareth Palmer
Patches:
func_strings.patch uploaded by Gareth Palmer (license 5169)
Modified:
branches/1.8/funcs/func_strings.c
Modified: branches/1.8/funcs/func_strings.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/funcs/func_strings.c?view=diff&rev=404081&r1=404080&r2=404081
==============================================================================
--- branches/1.8/funcs/func_strings.c (original)
+++ branches/1.8/funcs/func_strings.c Tue Dec 17 18:27:01 2013
@@ -335,7 +335,7 @@
<parameter name="string" required="true" />
</syntax>
<description>
- <para>Example: ${QUOTE(ab"c"de)} will return "abcde"</para>
+ <para>Example: ${QUOTE(ab"c"de)} will return ""ab\"c\"de""</para>
</description>
</function>
<function name="CSV_QUOTE" language="en_US">
More information about the asterisk-commits
mailing list