Skip to content

Commit 6a38f4f

Browse files
committed
fix symbols
1 parent c0b121a commit 6a38f4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

waf.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ elseif PostCheck then
4242
return true
4343
end
4444
size = size + len(data)
45-
local m = ngxmatch(data,'Content-Disposition: form-data;(.+)filename="(.+)\\.(.*)"','ijo')
45+
local m = ngxmatch(data,[[Content-Disposition: form-data;(.+)filename="(.+)\\.(.*)"]],'ijo')
4646
if m then
4747
fileExtCheck(m[3])
4848
filetranslate = true

0 commit comments

Comments
 (0)