summaryrefslogtreecommitdiff
path: root/indications.c
diff options
context:
space:
mode:
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)