mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Fix a typo
This commit is contained in:
parent
be802e321f
commit
4fb51d6a3e
1 changed files with 1 additions and 1 deletions
|
|
@ -1343,7 +1343,7 @@ function readFieldDesc(dis)
|
|||
-- on the field
|
||||
local status, fieldclassname = readTypeString(dis)
|
||||
if not status then return doh("Could not read data") end
|
||||
if char == '[s' then
|
||||
if char == '[' then
|
||||
fieldType = fieldclassname .. " []"
|
||||
else
|
||||
fieldType = fieldclassname
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue