#define macro_f_account_t_clear(account) \
account.id_user = -1; \
account.id_group = -1; \
- macro_f_account_t_clear(account.home); \
- macro_f_account_t_clear(account.label); \
- macro_f_account_t_clear(account.name); \
- macro_f_account_t_clear(account.password); \
- macro_f_account_t_clear(account.shell);
+ macro_f_string_dynamic_t_clear(account.home); \
+ macro_f_string_dynamic_t_clear(account.label); \
+ macro_f_string_dynamic_t_clear(account.name); \
+ macro_f_string_dynamic_t_clear(account.password); \
+ macro_f_string_dynamic_t_clear(account.shell);
#define macro_f_account_t_delete_simple(account) \
macro_f_string_dynamic_t_delete_simple(account.home); \