GFix bug in new path handling code

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21047 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2005-04-05 09:20:38 +00:00
parent fe7fbf59b4
commit 734d473db4
2 changed files with 6 additions and 0 deletions

View file

@ -3552,6 +3552,7 @@ static NSFileManager *fm = nil;
buf[pos-1] = buf[pos];
}
length--;
aLength--;
}
buf[aLength] = '/'; // Standardise
}