aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/Compiler_2.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core/Compiler_2.cs')
-rw-r--r--src/WixToolset.Core/Compiler_2.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/WixToolset.Core/Compiler_2.cs b/src/WixToolset.Core/Compiler_2.cs
index f5f450cb..09d56e49 100644
--- a/src/WixToolset.Core/Compiler_2.cs
+++ b/src/WixToolset.Core/Compiler_2.cs
@@ -1576,6 +1576,7 @@ namespace WixToolset.Core
1576 { 1576 {
1577 key = Path.Combine(parentKey, key); 1577 key = Path.Combine(parentKey, key);
1578 } 1578 }
1579 key = key?.TrimEnd('\\');
1579 break; 1580 break;
1580 case "Root": 1581 case "Root":
1581 if (root.HasValue) 1582 if (root.HasValue)