[asterisk-commits] newtonr: branch 12 r404099 - in /branches/12: ./ funcs/func_strings.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Dec 17 18:35:42 CST 2013
Author: newtonr
Date: Tue Dec 17 18:35:40 2013
New Revision: 404099
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=404099
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)
........
Merged revisions 404081 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........
Merged revisions 404087 from http://svn.asterisk.org/svn/asterisk/branches/11
Modified:
branches/12/ (props changed)
branches/12/funcs/func_strings.c
Propchange: branches/12/
------------------------------------------------------------------------------
Binary property 'branch-11-merged' - no diff available.
Modified: branches/12/funcs/func_strings.c
URL: http://svnview.digium.com/svn/asterisk/branches/12/funcs/func_strings.c?view=diff&rev=404099&r1=404098&r2=404099
==============================================================================
--- branches/12/funcs/func_strings.c (original)
+++ branches/12/funcs/func_strings.c Tue Dec 17 18:35:40 2013
@@ -353,7 +353,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