aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/Compiler_2.cs
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2019-11-13 11:04:59 +1000
committerSean Hall <r.sean.hall@gmail.com>2019-11-13 11:10:23 +1000
commit92bd26dab11023a0c4c787945fd87b23aa0a78c8 (patch)
tree7883a2bd273762f53e1ce68e986c03122e4ca92c /src/WixToolset.Core/Compiler_2.cs
parente1d974378d049004c73d65dbb43a405f67ececd4 (diff)
downloadwix-92bd26dab11023a0c4c787945fd87b23aa0a78c8.tar.gz
wix-92bd26dab11023a0c4c787945fd87b23aa0a78c8.tar.bz2
wix-92bd26dab11023a0c4c787945fd87b23aa0a78c8.zip
Fix parsing Shortcut/@Name and detect duplicate in GetMsiFilenameValue.
Diffstat (limited to 'src/WixToolset.Core/Compiler_2.cs')
-rw-r--r--src/WixToolset.Core/Compiler_2.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/WixToolset.Core/Compiler_2.cs b/src/WixToolset.Core/Compiler_2.cs
index 3e50a32d..4b6839f1 100644
--- a/src/WixToolset.Core/Compiler_2.cs
+++ b/src/WixToolset.Core/Compiler_2.cs
@@ -4328,7 +4328,6 @@ namespace WixToolset.Core
4328 if (null == shortName) 4328 if (null == shortName)
4329 { 4329 {
4330 shortName = name; 4330 shortName = name;
4331 name = null;
4332 } 4331 }
4333 else 4332 else
4334 { 4333 {