mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 20:26:42 +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))
|
if (S_IFLNK == (S_IFMT & statbuf.st_mode))
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
// Follow links - check for directory
|
else
|
||||||
if (!stat(cpath, &statbuf))
|
{
|
||||||
break;
|
if (!stat(cpath, &statbuf))
|
||||||
|
break;
|
||||||
|
}
|
||||||
if (S_IFDIR == (S_IFMT & statbuf.st_mode))
|
if (S_IFDIR == (S_IFMT & statbuf.st_mode))
|
||||||
{
|
{
|
||||||
[self recurseIntoDirectory: currentFilePath
|
[self recurseIntoDirectory: currentFilePath
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue