mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Fix bug #11378
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20706 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
04e4baccf7
commit
e4a92dad34
2 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
* Source/NSTask.m: Pass environment settings for mingw based on
|
||||
anonymous bug submission (bug #11360)
|
||||
* Source/NSUser.m: Fix bug #11378
|
||||
|
||||
2005-02-10 01:05 Alexander Malmberg <alexander@malmberg.org>
|
||||
|
||||
|
|
|
@ -932,7 +932,7 @@ NSOpenStepRootDirectory(void)
|
|||
#ifdef __CYGWIN__
|
||||
root = @"/cygdrive/c/";
|
||||
#else
|
||||
root = @"/c/";
|
||||
root = @"~c/";
|
||||
#endif
|
||||
#else
|
||||
root = @"/";
|
||||
|
|
Loading…
Reference in a new issue