[svn-commits] tilghman: trunk r58934 - in /trunk: ./
funcs/func_realtime.c
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Thu Mar 15 15:33:47 MST 2007
Author: tilghman
Date: Thu Mar 15 17:33:46 2007
New Revision: 58934
URL: http://svn.digium.com/view/asterisk?view=rev&rev=58934
Log:
Merged revisions 58933 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r58933 | tilghman | 2007-03-15 17:32:33 -0500 (Thu, 15 Mar 2007) | 2 lines
Function works fine, but the documentation is backwards.
........
Modified:
trunk/ (props changed)
trunk/funcs/func_realtime.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/funcs/func_realtime.c
URL: http://svn.digium.com/view/asterisk/trunk/funcs/func_realtime.c?view=diff&rev=58934&r1=58933&r2=58934
==============================================================================
--- trunk/funcs/func_realtime.c (original)
+++ trunk/funcs/func_realtime.c Thu Mar 15 17:33:46 2007
@@ -138,8 +138,8 @@
"REALTIME(....)= will write a new value/field to the repository. On a\n"
"read, this function returns a delimited text string. The name/value \n"
"pairs are delimited by delim1, and the name and value are delimited \n"
- "between each other with delim2. The default for delim1 is '=' and \n"
- "the default for delim2 is '|'. If there is no match, NULL will be \n"
+ "between each other with delim2. The default for delim1 is '|' and \n"
+ "the default for delim2 is '='. If there is no match, NULL will be \n"
"returned by the function. On a write, this function will always \n"
"return NULL. \n",
.read = function_realtime_read,
More information about the svn-commits
mailing list