Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Duplicati/Library/Backend/File/FileBackend.cs')
-rw-r--r--Duplicati/Library/Backend/File/FileBackend.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Duplicati/Library/Backend/File/FileBackend.cs b/Duplicati/Library/Backend/File/FileBackend.cs
index 93eadccda..b61b68fb4 100644
--- a/Duplicati/Library/Backend/File/FileBackend.cs
+++ b/Duplicati/Library/Backend/File/FileBackend.cs
@@ -21,7 +21,7 @@ using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using Duplicati.Library.Interface;
-using Duplicati.Library.IO;
+using Duplicati.Library.Common.IO;
namespace Duplicati.Library.Backend
{
@@ -41,7 +41,7 @@ namespace Duplicati.Library.Backend
private readonly byte[] m_copybuffer = new byte[Utility.Utility.DEFAULT_BUFFER_SIZE];
- private static ISystemIO systemIO = SystemIO.IO_OS(Utility.Utility.IsClientWindows);
+ private static ISystemIO systemIO = SystemIO.IO_OS;
public File()
{