diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/WixToolset.Core/Common.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/Common.cs b/src/WixToolset.Core/Common.cs index 7a321d29..1a748a13 100644 --- a/src/WixToolset.Core/Common.cs +++ b/src/WixToolset.Core/Common.cs | |||
@@ -202,7 +202,7 @@ namespace WixToolset.Core | |||
202 | } | 202 | } |
203 | else if (expectedDot < filename.Length) | 203 | else if (expectedDot < filename.Length) |
204 | { | 204 | { |
205 | var extensionInvalids = filename.IndexOfAny(IllegalShortFilenameCharacters, expectedDot + 1); | 205 | var extensionInvalids = filename.IndexOfAny(IllegalWildcardShortFilenameCharacters, expectedDot + 1); |
206 | if (extensionInvalids != -1) | 206 | if (extensionInvalids != -1) |
207 | { | 207 | { |
208 | return false; | 208 | return false; |