commit b619f196aa88da116810a87c7d7b90a19e7a2f8f from: Omar Polo date: Sat Aug 07 20:37:29 2021 UTC don't pre-convert the number commit - 582b509f6cb691346653819b6285584087011272 commit + b619f196aa88da116810a87c7d7b90a19e7a2f8f blob - 5d4210eedc2857c7f0a06c03302efa9c4657f90c blob + dad10f0ad8de97cb02dfb8740a2c7d79cc69c1a4 --- script.c +++ script.c @@ -1180,7 +1180,6 @@ builtin_iota(int argc) if ((v.v.u16 = ++lasttag) == 255) v.v.u16 = ++lasttag; - v.v.u16 = htole16(v.v.u16); pushv(&v); return EVAL_OK; }