mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 03:50:31 +00:00
slight correction to options parsing
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7052 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
2005-11-10 Kevin P. Fleming <kpfleming@digium.com>
|
||||
|
||||
* app.c (ast_app_parse_options): don't increment 's' until after checking for NULL (related to issue #5630)
|
||||
|
||||
* apps/app_rpt.c: solve a memory leak (config structure was not freed) (issue #5706
|
||||
|
||||
2005-11-10 Russell Bryant <russell@digium.com>
|
||||
|
||||
* app.c (ast_app_separate_args): Don't consider the open parenthesis as part of the arguments to an option.
|
||||
* app.c (ast_app_separate_args): Don't consider the open parenthesis as part of the arguments to an option. (issue #5630)
|
||||
* many files: Change all references to ast_separate_app_args to ast_app_separate_args
|
||||
* many files in apps/: Clean up some application descriptions. Make sure all descriptions in changed files are wrapped at 80 characters.
|
||||
|
||||
|
Reference in New Issue
Block a user