fork
Brian White 13 years ago
parent 7eaa12a5cf
commit 84271d0f2b

@ -1510,7 +1510,7 @@ function extend() {
return target;
};
function bufferAppend = function(buf1, buf2) {
function bufferAppend(buf1, buf2) {
var newBuf = new Buffer(buf1.length + buf2.length);
buf1.copy(newBuf, 0, 0);
if (Buffer.isBuffer(buf2))

Loading…
Cancel
Save