mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-02 01:21:08 +00:00
Fix typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6396 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
68ca83563c
commit
87ca114f49
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2000-03-29 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
|
* Source/NSUserDefaults.m: typo reported by karl@nfox.com fixed.
|
||||||
|
|
||||||
2000-03-28 Richard Frith-Macdonald <rfm@gnu.org>
|
2000-03-28 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
* Source/NSDictionary.m: Fix to avoid crash on being asked to init
|
* Source/NSDictionary.m: Fix to avoid crash on being asked to init
|
||||||
|
|
|
@ -311,7 +311,7 @@ static NSString *pathForUser(NSString *user)
|
||||||
path = [home stringByAppendingPathComponent: GNU_UserDefaultsPrefix];
|
path = [home stringByAppendingPathComponent: GNU_UserDefaultsPrefix];
|
||||||
if ([mgr fileExistsAtPath: path isDirectory: &isDir] == NO)
|
if ([mgr fileExistsAtPath: path isDirectory: &isDir] == NO)
|
||||||
{
|
{
|
||||||
NSLog(@"Directory '%'@ does not exist - creating it", path);
|
NSLog(@"Directory '%@' does not exist - creating it", path);
|
||||||
if ([mgr createDirectoryAtPath: path attributes: nil] == NO)
|
if ([mgr createDirectoryAtPath: path attributes: nil] == NO)
|
||||||
{
|
{
|
||||||
NSLog(@"Unable to create user GNUstep directory '%@'", path);
|
NSLog(@"Unable to create user GNUstep directory '%@'", path);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue