We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4d1c67 commit f0a272aCopy full SHA for f0a272a
1 file changed
test/buffer-list.js
@@ -31,7 +31,7 @@ BufferList.prototype.addCString = function(val) {
31
};
32
33
BufferList.prototype.addChar = function(char, first) {
34
- return this.add(Buffer(char,'utf8'), true);
+ return this.add(Buffer(char,'utf8'), first);
35
36
37
BufferList.prototype.join = function(appendLength, char) {
0 commit comments