Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
ronag committed Aug 10, 2024
1 parent b3319cf commit 5408663
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/node_buffer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -762,8 +762,8 @@ static v8::CFunction fast_byte_length_utf8(


uint32_t FastWriteString(Local<Value> receiver,
const v8::FastOneByteString& src,
const v8::FastApiTypedArray<uint8_t>& dst,
const v8::FastOneByteString& src,
uint32_t offset,
uint32_t max_length) {
uint8_t* dst_data;
Expand Down
2 changes: 1 addition & 1 deletion src/node_external_reference.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ using CFunctionWithBool = void (*)(v8::Local<v8::Value>, bool);

using CFunctionWriteString =
uint32_t (*)(v8::Local<v8::Value> receiver,
const v8::FastOneByteString& src,
const v8::FastApiTypedArray<uint8_t>& dst,
const v8::FastOneByteString& src,
uint32_t offset,
uint32_t max_length);

Expand Down

0 comments on commit 5408663

Please sign in to comment.