mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Merge branch 'master' of ssh://github.com/gnustep/libs-base
This commit is contained in:
commit
ca48e4f5d7
1 changed files with 3 additions and 0 deletions
|
@ -2946,6 +2946,9 @@ static inline void gsedRelease(GSEnumeratedDirectory X)
|
|||
|
||||
item.ext.path = RETAIN(returnFileName);
|
||||
item.ext.pointer = dir_pointer;
|
||||
#ifdef __ANDROID__
|
||||
item.ext.assetDir = NULL;
|
||||
#endif
|
||||
|
||||
GSIArrayAddItem(_stack, item);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue