summaryrefslogtreecommitdiff
path: root/indications.c
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2003-04-27 21:34:27 +0000
committerMark Spencer <markster@digium.com>2003-04-27 21:34:27 +0000
commitf6764f4722191ac669ca8c867679727179a7b32f (patch)
tree4f1a556ee7a811109d8fb9674e218052955e0083 /indications.c
parent493cba1f8099728e230b84ccf8a5ab09ba0772ba (diff)
More contributed BSD enhancements
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@919 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'indications.c')
-rwxr-xr-xindications.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/indications.c b/indications.c
index 1ef2357ad..ccfd04e82 100755
--- a/indications.c
+++ b/indications.c
@@ -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)