diff options
Diffstat (limited to 'src/api/burn/WixToolset.Mba.Core/Engine.cs')
-rw-r--r-- | src/api/burn/WixToolset.Mba.Core/Engine.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/api/burn/WixToolset.Mba.Core/Engine.cs b/src/api/burn/WixToolset.Mba.Core/Engine.cs index 5ebada36..e7ab533b 100644 --- a/src/api/burn/WixToolset.Mba.Core/Engine.cs +++ b/src/api/burn/WixToolset.Mba.Core/Engine.cs | |||
@@ -240,9 +240,9 @@ namespace WixToolset.Mba.Core | |||
240 | } | 240 | } |
241 | 241 | ||
242 | /// <inheritdoc/> | 242 | /// <inheritdoc/> |
243 | public void SetUpdate(string localSource, string downloadSource, long size, UpdateHashType hashType, byte[] hash) | 243 | public void SetUpdate(string localSource, string downloadSource, long size, UpdateHashType hashType, string hash) |
244 | { | 244 | { |
245 | this.engine.SetUpdate(localSource, downloadSource, size, hashType, hash, null == hash ? 0 : hash.Length); | 245 | this.engine.SetUpdate(localSource, downloadSource, size, hashType, hash); |
246 | } | 246 | } |
247 | 247 | ||
248 | /// <inheritdoc/> | 248 | /// <inheritdoc/> |