Switch to side-by-side view
--- a/src/utils/fstreewalk.cpp +++ b/src/utils/fstreewalk.cpp @@ -399,7 +399,7 @@ if ((status = cb.processone(top, &st, FtwDirReturn)) & (FtwStop|FtwError)) goto out; - } else if (S_ISREG(st.st_mode)) { + } else if (S_ISREG(st.st_mode) || S_ISLNK(st.st_mode)) { if ((status = cb.processone(fn, &st, FtwRegular)) & (FtwStop|FtwError)) { goto out;