--- collectionscanner.cpp.orig 2007-02-01 21:14:17 +0300 +++ collectionscanner.cpp 2007-04-27 12:58:37 +0400 @@ -239,7 +239,7 @@ if ( ! ( S_ISDIR( statBuf.st_mode ) || S_ISREG( statBuf.st_mode ) ) ) continue; - if ( S_ISDIR( statBuf.st_mode ) && m_recursively && entry.length() && entryname[0] != '.' ) + if ( S_ISDIR( statBuf.st_mode ) && m_recursively && entry.length() ) { if ( S_ISLNK( statBuf_symlink.st_mode ) ) { char nosymlink[PATH_MAX];