mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-22 14:21:34 +03:00
test: we stopped futureproofing at some point
This commit is contained in:
parent
9f0a1cc684
commit
69f4d57ccd
@ -21,7 +21,7 @@ _newt_encode(u3_atom mat, c3_w* len_w)
|
|||||||
*len_w = 5 + met_w;
|
*len_w = 5 + met_w;
|
||||||
buf_y = c3_malloc(*len_w);
|
buf_y = c3_malloc(*len_w);
|
||||||
|
|
||||||
// write header; c3_d is futureproofing
|
// write header
|
||||||
//
|
//
|
||||||
buf_y[0] = 0x9;
|
buf_y[0] = 0x9;
|
||||||
buf_y[1] = ( met_w & 0xff);
|
buf_y[1] = ( met_w & 0xff);
|
||||||
|
Loading…
Reference in New Issue
Block a user