Skip to content

Commit

Permalink
Merge branch 'master' of ssh://github.com/gnustep/libs-base
Browse files Browse the repository at this point in the history
  • Loading branch information
rfm committed Jan 30, 2024
2 parents 46e7064 + 524a0c4 commit ca48e4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/NSFileManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -2946,6 +2946,9 @@ - (id) nextObject

item.ext.path = RETAIN(returnFileName);
item.ext.pointer = dir_pointer;
#ifdef __ANDROID__
item.ext.assetDir = NULL;
#endif

GSIArrayAddItem(_stack, item);
}
Expand Down

0 comments on commit ca48e4f

Please sign in to comment.