]> Kevux Git Server - fll/commit
Bugfix: incorrect data type being used.
authorKevin Day <thekevinday@gmail.com>
Fri, 22 Jan 2021 01:34:32 +0000 (19:34 -0600)
committerKevin Day <thekevinday@gmail.com>
Fri, 22 Jan 2021 01:34:32 +0000 (19:34 -0600)
commitcc276efccb44b037096645a4fb247a5c68eb61e5
tree8f3a1b1c8e247291733f5cbbd3121d374cd9457f
parent156954deceea1ad77237426deae4ebab7a110ae4
Bugfix: incorrect data type being used.

This should be f_array_length_t and not f_string_length_t, for array lengths.
There are some cases where the string length is using f_array_length_t, which ironically should be f_string_length_t.
15 files changed:
level_0/f_string/c/private-string.c
level_0/f_string/c/private-string.h
level_0/f_string/c/string_dynamic.c
level_0/f_string/c/string_dynamic.h
level_0/f_string/c/string_map.c
level_0/f_string/c/string_quantity.c
level_0/f_string/c/string_range.c
level_0/f_string/c/string_triple.c
level_0/f_utf/c/private-utf.c
level_0/f_utf/c/private-utf.h
level_0/f_utf/c/utf_dynamic.c
level_0/f_utf/c/utf_map.c
level_0/f_utf/c/utf_quantity.c
level_0/f_utf/c/utf_range.c
level_0/f_utf/c/utf_triple.c