From: Kevin Day Date: Sun, 2 Jun 2024 15:43:53 +0000 (-0500) Subject: Bugfix: f_date_simple_t_initialize is using wrong initializer. X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=88854c4ecdba38df7373f31edff24747083de436;p=fll Bugfix: f_date_simple_t_initialize is using wrong initializer. --- diff --git a/level_0/f_type/c/type/time.h b/level_0/f_type/c/type/time.h index ede21c1..0b957bf 100644 --- a/level_0/f_type/c/type/time.h +++ b/level_0/f_type/c/type/time.h @@ -135,7 +135,7 @@ extern "C" { f_time_simple_t time; } f_date_simple_t; - #define f_date_simple_t_initialize { f_time_t_initialize, macro_f_time_simple_t_clear } + #define f_date_simple_t_initialize { f_time_t_initialize, f_time_simple_t_initialize } #endif // _di_f_date_simple_t_ #ifdef __cplusplus