mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 09:02:01 +00:00
Fixed a syntax error in NSFileManager.m.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@36748 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
125eb7fbc1
commit
ac7342bfa6
2 changed files with 6 additions and 2 deletions
|
@ -1047,8 +1047,8 @@ static NSStringEncoding defaultEncoding;
|
|||
attrs = AUTORELEASE([attrs mutableCopy]);
|
||||
[(NSMutableDictionary*)attrs removeObjectForKey: NSFileOwnerAccountID];
|
||||
[(NSMutableDictionary*)attrs removeObjectForKey: NSFileGroupOwnerAccountID];
|
||||
(NSMutableDictionary*)mattrs removeObjectForKey: NSFileGroupOwnerAccountName];
|
||||
(NSMutableDictionary*)mattrs setObject: NSUserName()
|
||||
[(NSMutableDictionary*)attrs removeObjectForKey: NSFileGroupOwnerAccountName];
|
||||
[(NSMutableDictionary*)attrs setObject: NSUserName()
|
||||
forKey: NSFileOwnerAccountName];
|
||||
|
||||
if ([fileType isEqualToString: NSFileTypeDirectory] == YES)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue