View | Details | Raw Unified | Return to bug 11553
Collapse All | Expand All

(-)collectionscanner.cpp.orig (-1 / +1 lines)
Lines 239-245 Link Here
239
        if ( ! ( S_ISDIR( statBuf.st_mode ) || S_ISREG( statBuf.st_mode ) ) )
239
        if ( ! ( S_ISDIR( statBuf.st_mode ) || S_ISREG( statBuf.st_mode ) ) )
240
            continue;
240
            continue;
241
241
242
        if ( S_ISDIR( statBuf.st_mode ) && m_recursively && entry.length() && entryname[0] != '.' )
242
        if ( S_ISDIR( statBuf.st_mode ) && m_recursively && entry.length() )
243
        {
243
        {
244
            if ( S_ISLNK( statBuf_symlink.st_mode ) ) {
244
            if ( S_ISLNK( statBuf_symlink.st_mode ) ) {
245
                char nosymlink[PATH_MAX];
245
                char nosymlink[PATH_MAX];

Return to bug 11553