Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv12870/apps
Modified Files:
app_directory.c
Log Message:
phase two of string portability stuff:
don't need ast_ prefixes on functions
use individual #defines for function presence
add vasprintf to portability library
Index: app_directory.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_directory.c,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- app_directory.c 10 Jul 2005 23:12:25 -0000 1.39
+++ app_directory.c 15 Jul 2005 22:06:15 -0000 1.40
@@ -332,7 +332,7 @@
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, ",");
_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs