diff options
author | Bob Arnson <bob@firegiant.com> | 2020-01-06 20:38:12 -0500 |
---|---|---|
committer | Bob Arnson <bob@firegiant.com> | 2020-01-06 20:43:15 -0500 |
commit | 1f57a3f457f60b4a1bfdc76b47f5e14044ec5f2c (patch) | |
tree | 8bb45ccb613c2d3b40981a77b07c1640a54a800d /src/WixToolset.Core | |
parent | 69651a71ff2fdc1e9897b878782d79dcc1f9b896 (diff) | |
download | wix-1f57a3f457f60b4a1bfdc76b47f5e14044ec5f2c.tar.gz wix-1f57a3f457f60b4a1bfdc76b47f5e14044ec5f2c.tar.bz2 wix-1f57a3f457f60b4a1bfdc76b47f5e14044ec5f2c.zip |
Add special handling for numeric Error ids.
Diffstat (limited to 'src/WixToolset.Core')
-rw-r--r-- | src/WixToolset.Core/Compiler.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/WixToolset.Core/Compiler.cs b/src/WixToolset.Core/Compiler.cs index 6b9fe59e..63d28e39 100644 --- a/src/WixToolset.Core/Compiler.cs +++ b/src/WixToolset.Core/Compiler.cs | |||
@@ -5299,7 +5299,6 @@ namespace WixToolset.Core | |||
5299 | { | 5299 | { |
5300 | var tuple = new ErrorTuple(sourceLineNumbers, new Identifier(AccessModifier.Public, id)) | 5300 | var tuple = new ErrorTuple(sourceLineNumbers, new Identifier(AccessModifier.Public, id)) |
5301 | { | 5301 | { |
5302 | Error = id, | ||
5303 | Message = Common.GetInnerText(node) | 5302 | Message = Common.GetInnerText(node) |
5304 | }; | 5303 | }; |
5305 | 5304 | ||