1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 20:29:03 +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 else
error("bad #2 operand to strbuf concat operation", 2); error("bad #2 operand to strbuf concat operation", 2);
end end
return sbuf;
end end
function eqbuf(sbuf1, sbuf2) function eqbuf(sbuf1, sbuf2)