[svn-commits] tilghman: branch 1.4 r58933 -
/branches/1.4/funcs/func_realtime.c
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Thu Mar 15 15:32:33 MST 2007
Author: tilghman
Date: Thu Mar 15 17:32:33 2007
New Revision: 58933
URL: http://svn.digium.com/view/asterisk?view=rev&rev=58933
Log:
Function works fine, but the documentation is backwards.
Modified:
branches/1.4/funcs/func_realtime.c
Modified: branches/1.4/funcs/func_realtime.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/funcs/func_realtime.c?view=diff&rev=58933&r1=58932&r2=58933
==============================================================================
--- branches/1.4/funcs/func_realtime.c (original)
+++ branches/1.4/funcs/func_realtime.c Thu Mar 15 17:32:33 2007
@@ -134,8 +134,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