Mercurial > hg > vamp-plugin-sdk
changeset 131:761d248f0198
* DT_REG really isn't as common as I'd thought, and we don't really care
| author | cannam | 
|---|---|
| date | Wed, 19 Mar 2008 22:42:11 +0000 | 
| parents | 44e6b94c2696 | 
| children | f5fff1c6f06d | 
| files | vamp-sdk/hostext/PluginLoader.cpp | 
| diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] | 
line wrap: on
 line diff
--- a/vamp-sdk/hostext/PluginLoader.cpp Tue Mar 11 09:22:53 2008 +0000 +++ b/vamp-sdk/hostext/PluginLoader.cpp Wed Mar 19 22:42:11 2008 +0000 @@ -585,8 +585,6 @@ struct dirent *e = 0; while ((e = readdir(d))) { - if (!(e->d_type & DT_REG) && (e->d_type != DT_UNKNOWN)) continue; - if (!e->d_name) continue; size_t len = strlen(e->d_name);
