]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Err, the documentation on the return value of ast_odbc_backslash_is_escape is exactly...
authorTilghman Lesher <tilghman@meg.abyt.es>
Mon, 5 May 2008 19:55:55 +0000 (19:55 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Mon, 5 May 2008 19:55:55 +0000 (19:55 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@115308 65c4cc65-6c06-0410-ace0-fbb531ad65f3

include/asterisk/res_odbc.h

index 690b1f5b9ce6def6568a483cb87823b8a81bd54d..4d023c0666ceecf2d5536b0fd6ea627e6ab90b9b 100644 (file)
@@ -88,7 +88,7 @@ int ast_odbc_sanity_check(struct odbc_obj *obj);
 
 /*! \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);