]> Kevux Git Server - fll/commit
Bugfix: Incorrect sizeof() values for numerous type array functions.
authorKevin Day <kevin@kevux.org>
Sat, 22 Jul 2023 00:59:18 +0000 (19:59 -0500)
committerKevin Day <kevin@kevux.org>
Sat, 22 Jul 2023 00:59:18 +0000 (19:59 -0500)
commit8e658fc6be01504c7be97612b27297e1f4b97f64
tree3e5471d53690b64a8f3542338bf994337b00a0fa
parente82a7d88686174d7b20b5aaf8d291f7cd6894ef7
Bugfix: Incorrect sizeof() values for numerous type array  functions.

The wrong sizeof types are being used.
This is likely a copy and paste error.
14 files changed:
level_0/f_type_array/c/type_array/private-cell.c
level_0/f_type_array/c/type_array/private-fll_id.c
level_0/f_type_array/c/type_array/private-int128.c
level_0/f_type_array/c/type_array/private-int16.c
level_0/f_type_array/c/type_array/private-int32.c
level_0/f_type_array/c/type_array/private-int64.c
level_0/f_type_array/c/type_array/private-int8.c
level_0/f_type_array/c/type_array/private-state.c
level_0/f_type_array/c/type_array/private-status.c
level_0/f_type_array/c/type_array/private-uint128.c
level_0/f_type_array/c/type_array/private-uint16.c
level_0/f_type_array/c/type_array/private-uint32.c
level_0/f_type_array/c/type_array/private-uint64.c
level_0/f_type_array/c/type_array/private-uint8.c