You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix a bug in readDirFromDIR where directories were incorrectly added to the files list instead of the dirs list when their type was determined via fstatat.
here:
change de.files.push_back() to de.dirs.push_back() in last line?
Fix a bug in
readDirFromDIRwhere directories were incorrectly added to thefileslist instead of thedirslist when their type was determined viafstatat.here:
change
de.files.push_back()tode.dirs.push_back()in last line?