From: Rusty Newton Date: Wed, 18 Dec 2013 00:35:40 +0000 (+0000) Subject: func_strings: Documentation fix for QUOTE() X-Git-Tag: 12.0.0~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4e37e824ac1d286fc98a92a305941b574c898c5;p=thirdparty%2Fasterisk.git 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 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@404099 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/funcs/func_strings.c b/funcs/func_strings.c index 48fdaa8f61..1bd07d652b 100644 --- a/funcs/func_strings.c +++ b/funcs/func_strings.c @@ -353,7 +353,7 @@ AST_THREADSTORAGE(tmp_buf); - Example: ${QUOTE(ab"c"de)} will return "abcde" + Example: ${QUOTE(ab"c"de)} will return ""ab\"c\"de""