[Home]

Summary:ASTERISK-11141: [patch] AST_NONSTANDARD_APP_ARGS with a , as seperator should be AST_STANDARD_APP_ARGS
Reporter:Michiel van Baak (mvanbaak)Labels:
Date Opened:2008-01-02 15:01:24.000-0600Date Closed:2008-01-02 15:07:12.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) ast_standard_app_args.diff
Description:There are still some calls to AST_NONSTANDARD_APP_ARGS with the , as seperator.
This patch changes them all to AST_STANDARD_APP_ARGS
Comments:By: Digium Subversion (svnbot) 2008-01-02 15:07:12.000-0600

Repository: asterisk
Revision: 95994

U   trunk/apps/app_rpt.c
U   trunk/channels/chan_agent.c
U   trunk/funcs/func_odbc.c
U   trunk/funcs/func_strings.c

------------------------------------------------------------------------
r95994 | mmichelson | 2008-01-02 15:07:09 -0600 (Wed, 02 Jan 2008) | 5 lines

Change instances of AST_NONSTANDARD_APP_ARGS(foo, bar, ',') to AST_STANDARD_APP_ARGS(foo, bar)

(closes issue ASTERISK-11141, reported and patched by mvanbaak)


------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=95994