mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
More contributed BSD enhancements
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@919 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -140,7 +140,7 @@ static struct ast_generator playtones = {
|
||||
|
||||
int ast_playtones_start(struct ast_channel *chan, int vol, const char *playlst, int interruptible)
|
||||
{
|
||||
char *s, *data = strdupa(playlst); /* cute */
|
||||
char *s, *data = ast_strdupa(playlst); /* cute */
|
||||
struct playtones_def d = { vol, -1, 0, 1, NULL};
|
||||
char *stringp=NULL;
|
||||
if (!data)
|
||||
|
Reference in New Issue
Block a user