We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71780d0 commit 3a2ebf2Copy full SHA for 3a2ebf2
src/libprojectM/FileScanner.cpp
@@ -144,7 +144,7 @@ void FileScanner::scanPosix(ScanCallback cb) {
144
fileSystem = fts_open(dirList, FTS_LOGICAL|FTS_NOCHDIR|FTS_NOSTAT, &fts_compare);
145
if (fileSystem == NULL) {
146
std::string s;
147
- for (int i = 0; i < _rootDirs.size(); i++) //doc is the vector
+ for (int i = 0; i < _rootDirs.size(); i++)
148
s += _rootDirs[i] + ' ';
149
handleDirectoryError(s);
150
0 commit comments