all: handle fixed []u8

This commit is contained in:
Alexander Medvednikov 2022-04-15 18:35:56 +03:00
parent 1c6f63ac0a
commit 78cb6e2b41
13 changed files with 21 additions and 21 deletions

View file

@ -81,7 +81,7 @@ pub fn format_dec_sb(d u64, p BF_param, mut res strings.Builder) {
/*
// Legacy version
// max u64 18446744073709551615 => 20 byte
mut buf := [32]byte{}
mut buf := [32]u8{}
mut i := 20
mut d1 := d
for i >= (21 - n_char) {