mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Fix some CRLF line endings to LF
This commit is contained in:
@@ -44,7 +44,7 @@ function decode_xml_document(xmldata)
|
||||
hexval = escaped_val:match("(%d+)")
|
||||
|
||||
if ( hexval ) then
|
||||
newstr, _ = newstr:gsub(escaped_val, string.char(hexval))
|
||||
newstr = newstr:gsub(escaped_val, string.char(hexval))
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user