[asterisk-commits] newtonr: branch 11 r404087 - in /branches/11: ./ funcs/func_strings.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Dec 17 18:28:52 CST 2013


Author: newtonr
Date: Tue Dec 17 18:28:49 2013
New Revision: 404087

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=404087
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

Modified:
    branches/11/   (props changed)
    branches/11/funcs/func_strings.c

Propchange: branches/11/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.

Modified: branches/11/funcs/func_strings.c
URL: http://svnview.digium.com/svn/asterisk/branches/11/funcs/func_strings.c?view=diff&rev=404087&r1=404086&r2=404087
==============================================================================
--- branches/11/funcs/func_strings.c (original)
+++ branches/11/funcs/func_strings.c Tue Dec 17 18:28:49 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