Skip to content

Commit edeceb2

Browse files
authored
Merge pull request #558 from wpferguson/fix_acs_pattern_match
Fix apply_camera_style pattern matching
2 parents cd31d18 + 252cbc9 commit edeceb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

official/apply_camera_style.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ local function process_pattern(pattern)
162162
else
163163
pattern = string.gsub(pattern, "?", ".")
164164
end
165+
pattern = string.gsub(pattern, " ", " ?")
165166
-- escape dashes
166167
pattern = string.gsub(pattern, "%-", "%%-")
167168
-- until we end up with a set, I'll defer set processing, i.e. [...]

0 commit comments

Comments
 (0)