diff options
author | Rob Mensching <rob@firegiant.com> | 2019-10-25 00:55:04 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2019-10-25 00:55:04 -0700 |
commit | 28f9377dca4072528685269472e25f76ef0d0a55 (patch) | |
tree | 8ffea1561600887be386e335eaeadafde8b63e67 /src | |
parent | 57bcf8079d2e08eb87ba4915227cabe706a63f5d (diff) | |
download | wix-28f9377dca4072528685269472e25f76ef0d0a55.tar.gz wix-28f9377dca4072528685269472e25f76ef0d0a55.tar.bz2 wix-28f9377dca4072528685269472e25f76ef0d0a55.zip |
Update to latest Data
Diffstat (limited to 'src')
-rw-r--r-- | src/WixToolset.Converters.Tupleizer/ConvertTuples.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Converters.Tupleizer/ConvertTuples.cs b/src/WixToolset.Converters.Tupleizer/ConvertTuples.cs index 60e72c62..a115acf1 100644 --- a/src/WixToolset.Converters.Tupleizer/ConvertTuples.cs +++ b/src/WixToolset.Converters.Tupleizer/ConvertTuples.cs | |||
@@ -42,7 +42,7 @@ namespace WixToolset.Converters.Tupleizer | |||
42 | } | 42 | } |
43 | } | 43 | } |
44 | 44 | ||
45 | return new Intermediate(String.Empty, new[] { section }, localizationsByCulture: null, embedFilePaths: null); | 45 | return new Intermediate(String.Empty, new[] { section }, localizationsByCulture: null); |
46 | } | 46 | } |
47 | 47 | ||
48 | private static Dictionary<int, Wix3.WixMediaRow> IndexWixMediaTableByDiskId(Wix3.Output output) | 48 | private static Dictionary<int, Wix3.WixMediaRow> IndexWixMediaTableByDiskId(Wix3.Output output) |