1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Minor bug fix to new strbuf.

This commit is contained in:
batrick
2008-06-08 07:29:31 +00:00
parent 06da4ac2ed
commit 46e5f50b24

View File

@@ -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)