]> Kevux Git Server - fll/commit
Update: console improvements and fixes.
authorKevin Day <thekevinday@gmail.com>
Tue, 6 Oct 2020 04:51:51 +0000 (23:51 -0500)
committerKevin Day <thekevinday@gmail.com>
Tue, 6 Oct 2020 04:51:51 +0000 (23:51 -0500)
commit6d97cf20f6c82242ce5a73a92c2e1a22eb52825d
tree6ea36d02bc6d441fa18bdbd2194ee73d9fc6c2e7
parentd99864423a28031916a3c0648201bb407b94d54a
Update: console improvements and fixes.

Get rid of total property.
This is redundant and too short.
Instead, use the location.used, which is an unsigned long as opposed to a uint8_t.

When I changed the result from an f_string_length_t to an f_array_length_t, I missed some places where the type needed to be replaced.
level_0/f_console/c/console-common.h
level_0/f_console/c/console.c
level_2/fll_program/c/program.c
level_2/fll_program/c/program.h
level_3/fake/c/private-fake.c