We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 022a495 commit 0238052Copy full SHA for 0238052
src/ws/tiny_httpd_ws_stubs.c
@@ -8,7 +8,7 @@ CAMLprim value tiny_httpd_ws_apply_masking(value _mask_key, value _mask_offset,
8
CAMLparam5(_mask_key, _mask_offset, _buf, _offset, _len);
9
10
char const *mask_key = String_val(_mask_key);
11
- char *buf = Bytes_val(_buf);
+ unsigned char *buf = Bytes_val(_buf);
12
intnat mask_offset = Int_val(_mask_offset);
13
intnat offset = Int_val(_offset);
14
intnat len = Int_val(_len);
0 commit comments