From ec56afea77449f9ba647edb17c3a4c00a8e62b69 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sat, 9 Jan 2021 20:31:32 -0600 Subject: [PATCH] Bugfix: f_fss_set_quotes_t incorrectly has f_fss_set_t instead of f_fss_set_quote_t. --- level_0/f_fss/c/fss_set.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 1.8.3.1