mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
revert to get -isAbsolutePath regression tests to pass
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37600 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ed50aed50e
commit
9f540df74d
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2014-01-13 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSString.m: Revert last change to get -isAbsolutePath working
|
||||
on mingw again ... need to analyse startup problem.
|
||||
|
||||
2014-01-13 Marcus Mueller <znek@mulle-kybernetik.com>
|
||||
|
||||
* Source/NSString.m: absolute paths on __MINGW__ can also start
|
||||
|
|
|
@ -5044,7 +5044,7 @@ static NSFileManager *fm = nil;
|
|||
if (c == pathSepChar())
|
||||
{
|
||||
#if defined(__MINGW__)
|
||||
if ((GSPathHandlingUnix() == YES) || (GSPathHandlingRight() == YES))
|
||||
if (GSPathHandlingUnix() == YES)
|
||||
{
|
||||
return YES;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue