dfaure added inline comments.

INLINE COMMENTS

> file.cpp:880
>              // A symlink -> follow it only if details>1
>              if (details > 1 && QT_STAT(path.constData(), &buff) == -1) {
> +                isSymLink = true;

BTW the point is that we follow the link (by filling "buff" with this QT_STAT 
call), but then we also check that call for errors: if it returned -1, then the 
link is broken.

REPOSITORY
  R241 KIO

REVISION DETAIL
  https://phabricator.kde.org/D13898

To: jtamate, dfaure, #frameworks
Cc: kde-frameworks-devel, michaelh, ngraham, bruns

Reply via email to