Date:2014-08-14 06:10:55 (9 years 7 months ago)
Author:Maarten ter Huurne
Commit:404b2a102912c67c165abfc0a059954f994ee9ef
Message:Use proper feature test macro for d_type support

Files: src/filelister.cpp (1 diff)

Change Details

src/filelister.cpp
9494        }
9595
9696        bool isDir;
97#ifdef DT_DIR
97#ifdef _DIRENT_HAVE_D_TYPE
9898        if (dptr->d_type != DT_UNKNOWN) {
9999            isDir = dptr->d_type == DT_DIR;
100100        } else

Archive Download the corresponding diff file



interactive