test: we stopped futureproofing at some point

This commit is contained in:
Jōshin 2021-12-25 20:25:24 +00:00
parent 9f0a1cc684
commit 69f4d57ccd
No known key found for this signature in database
GPG Key ID: A8BE5A9A521639D0

View File

@ -21,7 +21,7 @@ _newt_encode(u3_atom mat, c3_w* len_w)
*len_w = 5 + met_w;
buf_y = c3_malloc(*len_w);
// write header; c3_d is futureproofing
// write header
//
buf_y[0] = 0x9;
buf_y[1] = ( met_w & 0xff);