Skip to content

Commit

Permalink
Update addon.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
uNetworkingAB committed May 12, 2024
1 parent d0604fe commit 959107c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/addon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ void FastByteLengthUtf8(Local<Value> receiver, const v8::FastOneByteString& sour
fwrite(source.data, 1, source.length, stdout);
}*/

void FastByteLengthUtf8(Local<Value> receiver, Local<Value> *val) {
void FastByteLengthUtf8(Local<Value> receiver, Local<Value> val) {
//fwrite(source.data, 1, source.length, stdout);
}

Expand Down

0 comments on commit 959107c

Please sign in to comment.