Skip to content

Commit

Permalink
fix symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
loveshell committed Aug 24, 2015
1 parent c0b121a commit 6a38f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waf.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ elseif PostCheck then
return true
end
size = size + len(data)
local m = ngxmatch(data,'Content-Disposition: form-data;(.+)filename="(.+)\\.(.*)"','ijo')
local m = ngxmatch(data,[[Content-Disposition: form-data;(.+)filename="(.+)\\.(.*)"]],'ijo')
if m then
fileExtCheck(m[3])
filetranslate = true
Expand Down

0 comments on commit 6a38f4f

Please sign in to comment.