[asterisk-commits] mmichelson: trunk r95944 - /trunk/include/asterisk/app.h

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Jan 2 14:19:41 CST 2008


Author: mmichelson
Date: Wed Jan  2 14:19:40 2008
New Revision: 95944

URL: http://svn.digium.com/view/asterisk?view=rev&rev=95944
Log:
Fix a typo in a comment. AST_STANDARD_APP_ARGS uses ',' as the separator,
not '|'.


Modified:
    trunk/include/asterisk/app.h

Modified: trunk/include/asterisk/app.h
URL: http://svn.digium.com/view/asterisk/trunk/include/asterisk/app.h?view=diff&rev=95944&r1=95943&r2=95944
==============================================================================
--- trunk/include/asterisk/app.h (original)
+++ trunk/include/asterisk/app.h Wed Jan  2 14:19:40 2008
@@ -294,7 +294,7 @@
   \param parse A modifiable buffer containing the input to be parsed
 
   This function will separate the input string using the standard argument
-  separator character '|' and fill in the provided structure, including
+  separator character ',' and fill in the provided structure, including
   the argc argument counter field.
  */
 #define AST_STANDARD_APP_ARGS(args, parse) \




More information about the asterisk-commits mailing list