mirror of
https://github.com/gnustep/libs-ec.git
synced 2025-02-21 19:01:16 +00:00
Gix incorrect path separator check
This commit is contained in:
parent
860c5c24be
commit
551b135321
1 changed files with 1 additions and 1 deletions
|
@ -1497,7 +1497,7 @@ valgrindLog(NSString *name)
|
||||||
NSUInteger l = [base length];
|
NSUInteger l = [base length];
|
||||||
|
|
||||||
if ([dir length] > l && [dir hasPrefix: base]
|
if ([dir length] > l && [dir hasPrefix: base]
|
||||||
&& [dir characterAtIndex: l] == '\\')
|
&& [dir characterAtIndex: l] == '/')
|
||||||
{
|
{
|
||||||
NSString *original = home;
|
NSString *original = home;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue