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:
authorKenneth Skovhede <kenneth@hexad.dk>2022-06-14 23:12:54 +0300
committerGitHub <noreply@github.com>2022-06-14 23:12:54 +0300
commit1935e3f642e98fc2a08453b44cfde59a97a29626 (patch)
treeb8109711072f02628d2d44f64751e65454ff8ec1
parent287c813c1376ce32af220a3295b9be41dc34e7df (diff)
parent712588f1d64210bfee46a3925582db9921b23132 (diff)
Merge pull request #4601 from warwickmm/fix_patch_with_local_blocks
Fix implementation of Options.PatchWithLocalBlocks
-rw-r--r--Duplicati/Library/Main/Options.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Duplicati/Library/Main/Options.cs b/Duplicati/Library/Main/Options.cs
index a824f6680..1c638ddc4 100644
--- a/Duplicati/Library/Main/Options.cs
+++ b/Duplicati/Library/Main/Options.cs
@@ -1664,7 +1664,7 @@ namespace Duplicati.Library.Main
/// </summary>
public bool PatchWithLocalBlocks
{
- get { return m_options.ContainsKey("patch-with-local-blocks"); }
+ get { return Library.Utility.Utility.ParseBoolOption(m_options, "patch-with-local-blocks"); }
}
/// <summary>