projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e727eef
)
More random formatting changes to test Mantis/SVN integration
author
Russell Bryant
<russell@russellbryant.com>
Wed, 6 Jun 2007 17:10:52 +0000
(17:10 +0000)
committer
Russell Bryant
<russell@russellbryant.com>
Wed, 6 Jun 2007 17:10:52 +0000
(17:10 +0000)
(issue #9828)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@67736
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
main/app.c
patch
|
blob
|
history
diff --git
a/main/app.c
b/main/app.c
index
41710e6
..
59a42b5
100644
(file)
--- a/
main/app.c
+++ b/
main/app.c
@@
-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 res=0;
+ int res = 0;
char tmp[256];
- char *grp=NULL, *cat=NULL;
+ char *grp = NULL, *cat = NULL;
if (!ast_strlen_zero(data)) {
ast_copy_string(tmp, data, sizeof(tmp));