From 63a6a077da4d1e6d4ec3c48b0d3bacccdbc958f2 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Fri, 15 Jul 2005 22:06:15 +0000 Subject: phase two of string portability stuff: don't need ast_ prefixes on functions use individual #defines for function presence add vasprintf to portability library git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6143 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/app_directory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/app_directory.c') diff --git a/apps/app_directory.c b/apps/app_directory.c index 252b43787..ad21736c4 100755 --- a/apps/app_directory.c +++ b/apps/app_directory.c @@ -332,7 +332,7 @@ static int do_directory(struct ast_channel *chan, struct ast_config *cfg, char * while(v) { /* Find a candidate extension */ start = strdup(v->value); - if (start && !ast_strcasestr(start, "hidefromdir=yes")) { + if (start && !strcasestr(start, "hidefromdir=yes")) { stringp=start; strsep(&stringp, ","); pos = strsep(&stringp, ","); -- cgit v1.2.3