mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 23:08:32 +00:00
More random formatting changes to test Mantis/SVN integration
(issue #9828) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@67736 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -798,9 +798,9 @@ int ast_play_and_prepend(struct ast_channel *chan, char *playfile, char *recordf
|
|||||||
|
|
||||||
int ast_app_group_split_group(const char *data, char *group, int group_max, char *category, int category_max)
|
int ast_app_group_split_group(const char *data, char *group, int group_max, char *category, int category_max)
|
||||||
{
|
{
|
||||||
int res=0;
|
int res = 0;
|
||||||
char tmp[256];
|
char tmp[256];
|
||||||
char *grp=NULL, *cat=NULL;
|
char *grp = NULL, *cat = NULL;
|
||||||
|
|
||||||
if (!ast_strlen_zero(data)) {
|
if (!ast_strlen_zero(data)) {
|
||||||
ast_copy_string(tmp, data, sizeof(tmp));
|
ast_copy_string(tmp, data, sizeof(tmp));
|
||||||
|
|||||||
Reference in New Issue
Block a user