Gix incorrect path separator check

This commit is contained in:
Richard Frith-Macdonald 2023-10-11 10:14:20 +01:00
parent 860c5c24be
commit 551b135321

View file

@ -1497,7 +1497,7 @@ valgrindLog(NSString *name)
NSUInteger l = [base length];
if ([dir length] > l && [dir hasPrefix: base]
&& [dir characterAtIndex: l] == '\\')
&& [dir characterAtIndex: l] == '/')
{
NSString *original = home;