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
1.6.0
Mark Michelson 18 years ago
parent 29800b0540
commit a622ed08b6

@ -294,7 +294,7 @@ int ast_app_group_list_unlock(void);
\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) \

Loading…
Cancel
Save