mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Merge branch 'master' of github.com:gnustep/libs-base
This commit is contained in:
commit
f230b901a0
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@
|
|||
|
||||
NSString *NSFileTypeForHFSTypeCode(NSUInteger hfsFileTypeCode)
|
||||
{
|
||||
return @"";
|
||||
return nil;
|
||||
}
|
||||
|
||||
NSUInteger NSHFSTypeCodeFromFileType(NSString *fileTypeString)
|
||||
|
@ -36,6 +36,6 @@ NSUInteger NSHFSTypeCodeFromFileType(NSString *fileTypeString)
|
|||
|
||||
NSString *NSHFSTypeOfFile(NSString *fullFilePath)
|
||||
{
|
||||
return @"";
|
||||
return nil;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue