]> Kevux Git Server - fll/commit
Bugfix: Incorrect clear macro on f_account_t().
authorKevin Day <Kevin@kevux.org>
Sat, 8 Feb 2025 23:54:40 +0000 (17:54 -0600)
committerKevin Day <Kevin@kevux.org>
Sat, 8 Feb 2025 23:54:40 +0000 (17:54 -0600)
commit2130a4dc9d35c501d2ce679dbd547b4c4b9cc6b5
tree61cefa73137523bd87e7a0df50f2d3750eb01b57
parentce8752f40e0b442b922454d948112073ec3e2cca
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