Changeset 88:b99d3cb5b585 in mediastreamer2
- Timestamp:
- Oct 15, 2008 6:23:21 PM (5 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
linphone/mediastreamer2/src/mscommon.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
linphone/mediastreamer2/src/mscommon.c
r80 r88 347 347 } 348 348 while( (de=readdir(ds))!=NULL){ 349 if ((de->d_type==DT_REG || de->d_type==DT_LNK || de->d_type==DT_UNKNOWN) 350 && strstr(de->d_name,PLUGINS_EXT)==de->d_name+strlen(de->d_name)-strlen(PLUGINS_EXT)) {349 if ((de->d_type==DT_REG && strstr(de->d_name,PLUGINS_EXT)!=NULL) 350 || (de->d_type==DT_UNKNOWN && strstr(de->d_name,PLUGINS_EXT)==de->d_name+strlen(de->d_name)-strlen(PLUGINS_EXT)) { 351 351 void *handle; 352 352 fullpath=ms_strdup_printf("%s/%s",dir,de->d_name);
Note: See TracChangeset
for help on using the changeset viewer.
