From: Kevin Day Date: Sun, 10 Jan 2021 02:31:32 +0000 (-0600) Subject: Bugfix: f_fss_set_quotes_t incorrectly has f_fss_set_t instead of f_fss_set_quote_t. X-Git-Tag: 0.5.3~127 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=ec56afea77449f9ba647edb17c3a4c00a8e62b69;p=fll Bugfix: f_fss_set_quotes_t incorrectly has f_fss_set_t instead of f_fss_set_quote_t. --- diff --git a/level_0/f_fss/c/fss_set.h b/level_0/f_fss/c/fss_set.h index c18128e..5d34c41 100644 --- a/level_0/f_fss/c/fss_set.h +++ b/level_0/f_fss/c/fss_set.h @@ -339,7 +339,7 @@ extern "C" { */ #ifndef _di_fss_set_quotes_t_ typedef struct { - f_fss_set_t *array; + f_fss_set_quote_t *array; f_array_length_t size; f_array_length_t used;