mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Tidy
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@4428 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c8daec3ca5
commit
47b0c7d936
1 changed files with 5 additions and 3 deletions
|
@ -1272,9 +1272,11 @@ static NSFileManager* defaultManager = nil;
|
|||
if (S_IFLNK == (S_IFMT & statbuf.st_mode))
|
||||
break;
|
||||
}
|
||||
// Follow links - check for directory
|
||||
if (!stat(cpath, &statbuf))
|
||||
break;
|
||||
else
|
||||
{
|
||||
if (!stat(cpath, &statbuf))
|
||||
break;
|
||||
}
|
||||
if (S_IFDIR == (S_IFMT & statbuf.st_mode))
|
||||
{
|
||||
[self recurseIntoDirectory: currentFilePath
|
||||
|
|
Loading…
Reference in a new issue