mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-25 06:32:29 +00:00
Fix error setting length of root of path
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@35969 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7d5c4c9dd8
commit
6a962a48a8
2 changed files with 6 additions and 0 deletions
|
@ -3837,6 +3837,7 @@ static NSFileManager *fm = nil;
|
|||
{
|
||||
[aString getCharacters: buf range: ((NSRange){0, aLength})];
|
||||
length = aLength;
|
||||
root = rootOf(aString, aLength);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue