diff options
Diffstat (limited to 'src/WixToolset.Core/Librarian.cs')
-rw-r--r-- | src/WixToolset.Core/Librarian.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/Librarian.cs b/src/WixToolset.Core/Librarian.cs index 3e843070..f4191e86 100644 --- a/src/WixToolset.Core/Librarian.cs +++ b/src/WixToolset.Core/Librarian.cs | |||
@@ -143,7 +143,7 @@ namespace WixToolset.Core | |||
143 | 143 | ||
144 | foreach (var tuple in sections.SelectMany(s => s.Tuples)) | 144 | foreach (var tuple in sections.SelectMany(s => s.Tuples)) |
145 | { | 145 | { |
146 | foreach (var field in tuple.Fields.Where(f => f.Type == IntermediateFieldType.Path)) | 146 | foreach (var field in tuple.Fields.Where(f => f?.Type == IntermediateFieldType.Path)) |
147 | { | 147 | { |
148 | var pathField = field.AsPath(); | 148 | var pathField = field.AsPath(); |
149 | 149 | ||