mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Changes from home. See ChangeLog Aug 5 through Aug 25
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1662 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
56670c837c
commit
c8a1cf2fef
16 changed files with 125 additions and 96 deletions
|
@ -50,7 +50,9 @@ NSUserName ()
|
|||
NSString *
|
||||
NSHomeDirectory ()
|
||||
{
|
||||
return [NSString stringWithCString: getenv ("HOME")];
|
||||
return NSHomeDirectoryForUser (NSUserName ());
|
||||
/* xxx Was using this. Is there a reason to prefer it?
|
||||
return [NSString stringWithCString: getenv ("HOME")]; */
|
||||
}
|
||||
|
||||
/* Return LOGIN_NAME's home directory as an NSString object. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue