mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Minor bug fix to new strbuf.
This commit is contained in:
parent
06da4ac2ed
commit
46e5f50b24
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ function concatbuf(sbuf, s)
|
|||
else
|
||||
error("bad #2 operand to strbuf concat operation", 2);
|
||||
end
|
||||
return sbuf;
|
||||
end
|
||||
|
||||
function eqbuf(sbuf1, sbuf2)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue