mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 12:16:40 +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
a1b41089df
commit
ce7ab8d904
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…
Add table
Add a link
Reference in a new issue