]> Kevux Git Server - fll/commitdiff
Bugfix: incorrect return status resulted in mistaken status handling
authorKevin Day <thekevinday@gmail.com>
Sun, 17 May 2020 23:04:52 +0000 (18:04 -0500)
committerKevin Day <thekevinday@gmail.com>
Sun, 17 May 2020 23:04:52 +0000 (18:04 -0500)
level_2/fll_fss/c/fss.c

index 16a98fbefb10d5eab37fdbbb258435caa14a37a0..bcce0c3c4e9c114bf884da9184003da2578e47f6 100644 (file)
@@ -40,7 +40,7 @@ extern "C" {
       } // for
     } // for
 
-    return status;
+    return f_none;
   }
 #endif // _di_fll_fss_snatch_
 
@@ -87,7 +87,7 @@ extern "C" {
       } // for
     } // for
 
-    return status;
+    return f_none;
   }
 #endif // _di_fll_fss_snatch_apart_
 
@@ -125,7 +125,7 @@ extern "C" {
       } // for
     } // for
 
-    return status;
+    return f_none;
   }
 #endif // _di_fll_fss_snatch_together_
 
@@ -165,7 +165,7 @@ extern "C" {
       } // for
     } // for
 
-    return status;
+    return f_none;
   }
 #endif // _di_fll_fss_snatch_mash_
 
@@ -220,7 +220,7 @@ extern "C" {
       if (f_status_is_error(status)) return status;
     } // for
 
-    return status;
+    return f_none;
   }
 #endif // _di_fll_fss_snatch_mash_apart_
 
@@ -258,7 +258,7 @@ extern "C" {
       } // for
     } // for
 
-    return status;
+    return f_none;
   }
 #endif // _di_fll_fss_snatch_mash_together_