more linux fixes

This commit is contained in:
kay.one 2013-07-25 22:22:22 -07:00
commit 23b2c9eef5
5 changed files with 14 additions and 14 deletions

View file

@ -346,7 +346,7 @@ namespace NzbDrone.Common
Ensure.That(() => firstPath).IsValidPath();
Ensure.That(() => secondPath).IsValidPath();
return String.Equals(firstPath.CleanPath(), secondPath.CleanPath(), StringComparison.InvariantCultureIgnoreCase);
return String.Equals(firstPath.CleanFilePath(), secondPath.CleanFilePath(), StringComparison.InvariantCultureIgnoreCase);
}
public virtual void FileSetLastWriteTimeUtc(string path, DateTime dateTime)