aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/Linker.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core/Linker.cs')
-rw-r--r--src/WixToolset.Core/Linker.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/Linker.cs b/src/WixToolset.Core/Linker.cs
index 320f7d1f..2c8508a8 100644
--- a/src/WixToolset.Core/Linker.cs
+++ b/src/WixToolset.Core/Linker.cs
@@ -180,7 +180,7 @@ namespace WixToolset.Core
180 180
181 // Create a new section to hold the linked content. Start with the entry section's 181 // Create a new section to hold the linked content. Start with the entry section's
182 // metadata. 182 // metadata.
183 var resolvedSection = new IntermediateSection(find.EntrySection.Id, find.EntrySection.Type, find.EntrySection.Codepage); 183 var resolvedSection = new IntermediateSection(find.EntrySection.Id, find.EntrySection.Type);
184 184
185 var sectionCount = 0; 185 var sectionCount = 0;
186 186