# HG changeset patch # User cannam # Date 1205966531 0 # Node ID 761d248f0198142f96982a3f724ab98ea2e9ad81 # Parent 44e6b94c26960aae1b2a4278c750ebb5822920f5 * DT_REG really isn't as common as I'd thought, and we don't really care diff -r 44e6b94c2696 -r 761d248f0198 vamp-sdk/hostext/PluginLoader.cpp --- 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);