mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-07 05:39:39 +00:00
Fix a typo in a comment. AST_STANDARD_APP_ARGS uses ',' as the separator,
not '|'. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@95944 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -294,7 +294,7 @@ int ast_app_group_list_unlock(void);
|
|||||||
\param parse A modifiable buffer containing the input to be parsed
|
\param parse A modifiable buffer containing the input to be parsed
|
||||||
|
|
||||||
This function will separate the input string using the standard argument
|
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.
|
the argc argument counter field.
|
||||||
*/
|
*/
|
||||||
#define AST_STANDARD_APP_ARGS(args, parse) \
|
#define AST_STANDARD_APP_ARGS(args, parse) \
|
||||||
|
Reference in New Issue
Block a user