mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Fix for bug #40047 by Larry Campbell
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37108 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2e99b562d8
commit
3809634e47
1 changed files with 1 additions and 1 deletions
|
@ -492,7 +492,7 @@ typedef uint32_t OSType;
|
|||
NSString *_topPath;
|
||||
NSString *_currentFilePath;
|
||||
NSFileManager *_mgr;
|
||||
struct
|
||||
struct _NSDirectoryEnumeratorFlags // tag for objc++ w/gcc 4.6
|
||||
{
|
||||
BOOL isRecursive: 1;
|
||||
BOOL isFollowing: 1;
|
||||
|
|
Loading…
Reference in a new issue