mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-21 04:32:03 +00:00
Updates for 1.19.2 release
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28540 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
608d011083
commit
bbd7e70d76
12 changed files with 108 additions and 14 deletions
|
@ -2025,7 +2025,7 @@ static NSStringEncoding defaultEncoding;
|
|||
(const GSNativeChar*)[path cStringUsingEncoding: NSUnicodeStringEncoding];
|
||||
}
|
||||
- (NSString*) stringWithFileSystemRepresentation: (const GSNativeChar*)string
|
||||
length: (unsigned int)len
|
||||
length: (NSUInteger)len
|
||||
{
|
||||
return [NSString stringWithCharacters: string length: len];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue