[asterisk-commits] tilghman: branch 1.4 r115308 - /branches/1.4/include/asterisk/res_odbc.h
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon May 5 14:55:55 CDT 2008
Author: tilghman
Date: Mon May 5 14:55:55 2008
New Revision: 115308
URL: http://svn.digium.com/view/asterisk?view=rev&rev=115308
Log:
Err, the documentation on the return value of ast_odbc_backslash_is_escape is exactly backwards.
Modified:
branches/1.4/include/asterisk/res_odbc.h
Modified: branches/1.4/include/asterisk/res_odbc.h
URL: http://svn.digium.com/view/asterisk/branches/1.4/include/asterisk/res_odbc.h?view=diff&rev=115308&r1=115307&r2=115308
==============================================================================
--- branches/1.4/include/asterisk/res_odbc.h (original)
+++ branches/1.4/include/asterisk/res_odbc.h Mon May 5 14:55:55 2008
@@ -88,7 +88,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