From 65b657bcdec52b52db6ace2a841632a192b085b5 Mon Sep 17 00:00:00 2001 From: Rusty Newton Date: Wed, 18 Dec 2013 00:27:01 +0000 Subject: [PATCH] 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) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@404081 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- funcs/func_strings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funcs/func_strings.c b/funcs/func_strings.c index c089c2318a..9fa0d73ad9 100644 --- a/funcs/func_strings.c +++ b/funcs/func_strings.c @@ -335,7 +335,7 @@ AST_THREADSTORAGE(tmp_buf); - Example: ${QUOTE(ab"c"de)} will return "abcde" + Example: ${QUOTE(ab"c"de)} will return ""ab\"c\"de"" -- 2.47.3