mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Correct a typo: tables don't work like strings
This commit is contained in:
parent
e42409be93
commit
99cc5102c3
1 changed files with 1 additions and 1 deletions
|
|
@ -1893,7 +1893,7 @@ function tag_pattern(tag, endtag)
|
|||
else
|
||||
patt[#patt+1] = "%f[%s/>].->"
|
||||
end
|
||||
return patt:concat()
|
||||
return table.concat(patt)
|
||||
end
|
||||
|
||||
---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue