]> Kevux Git Server - fll/commitdiff
Bugfix: f_fss_set_quotes_t incorrectly has f_fss_set_t instead of f_fss_set_quote_t.
authorKevin Day <thekevinday@gmail.com>
Sun, 10 Jan 2021 02:31:32 +0000 (20:31 -0600)
committerKevin Day <thekevinday@gmail.com>
Sun, 10 Jan 2021 02:31:32 +0000 (20:31 -0600)
level_0/f_fss/c/fss_set.h

index c18128eefccea4ca956ec448968a6e2301527145..5d34c412f6edb72b8021f567bd6c50b2528d4566 100644 (file)
@@ -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;