From d0b168397972791beb842e1431ba2331d1c6edd3 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sun, 5 Jun 2022 16:02:42 -0500 Subject: [PATCH] Cleanup: Syntax. --- level_2/fll_fss/c/fss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/level_2/fll_fss/c/fss.c b/level_2/fll_fss/c/fss.c index 3f2c670..b5fa053 100644 --- a/level_2/fll_fss/c/fss.c +++ b/level_2/fll_fss/c/fss.c @@ -261,8 +261,8 @@ extern "C" { for (j = 0; j < size; ++j) { status = fl_string_dynamic_partial_compare_trim_string(names[j].string, buffer, names[j].used, objects.array[i]); - if (F_status_is_error(status)) return status; + if (status == F_equal_to_not) continue; content = &contents.array[i]; -- 1.8.3.1