[asterisk-commits] tilghman: trunk r115309 - in /trunk: ./ include/asterisk/res_odbc.h
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon May 5 14:57:29 CDT 2008
Author: tilghman
Date: Mon May 5 14:57:28 2008
New Revision: 115309
URL: http://svn.digium.com/view/asterisk?view=rev&rev=115309
Log:
Merged revisions 115308 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r115308 | tilghman | 2008-05-05 14:55:55 -0500 (Mon, 05 May 2008) | 2 lines
Err, the documentation on the return value of ast_odbc_backslash_is_escape is exactly backwards.
........
Modified:
trunk/ (props changed)
trunk/include/asterisk/res_odbc.h
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/include/asterisk/res_odbc.h
URL: http://svn.digium.com/view/asterisk/trunk/include/asterisk/res_odbc.h?view=diff&rev=115309&r1=115308&r2=115309
==============================================================================
--- trunk/include/asterisk/res_odbc.h (original)
+++ trunk/include/asterisk/res_odbc.h Mon May 5 14:57:28 2008
@@ -96,7 +96,7 @@
/*! \brief Checks if the database natively supports backslash as an escape character.
* \param obj The ODBC object
- * \return Returns 1 if an ESCAPE clause is needed to support '\', 0 otherwise
+ * \return Returns 1 if backslash is a native escape character, 0 if an ESCAPE clause is needed to support '\'
*/
int ast_odbc_backslash_is_escape(struct odbc_obj *obj);
More information about the asterisk-commits
mailing list