]> Kevux Git Server - fll/commit
Bugfix: Incorrect clear macro on f_account_t().
authorKevin Day <Kevin@kevux.org>
Sat, 8 Feb 2025 22:03:30 +0000 (16:03 -0600)
committerKevin Day <Kevin@kevux.org>
Sat, 8 Feb 2025 22:31:38 +0000 (16:31 -0600)
commitffabf561d62c68c3c23fb771ee096c4f7e1aeb1a
treeff0f35f1c86f8484fded268b9659aa525466087e
parentdb0c6bda678617f570d1af584e529058c2685f5d
Bugfix: Incorrect clear macro on f_account_t().

The `macro_f_account_t_clear()` is calling its own macro for the dynamic string values.
This is entirely incorrect.

Use the proper `macro_f_string_dynamic_t_clear()` macro calls.
level_0/f_account/c/account/common.h