diff options
-rw-r--r-- | win32/bin/create_reg_file.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/bin/create_reg_file.lua b/win32/bin/create_reg_file.lua index df0b7491..2eb7583a 100644 --- a/win32/bin/create_reg_file.lua +++ b/win32/bin/create_reg_file.lua | |||
@@ -17,7 +17,7 @@ end | |||
17 | 17 | ||
18 | -- cleanup filepath, remove all double backslashes | 18 | -- cleanup filepath, remove all double backslashes |
19 | while f:match("\\\\") do | 19 | while f:match("\\\\") do |
20 | f:gsub("\\\\", "\\") | 20 | f = f:gsub("\\\\", "\\") |
21 | end | 21 | end |
22 | 22 | ||
23 | -- extract path and name from argument | 23 | -- extract path and name from argument |