]> Kevux Git Server - fll/commitdiff
Bugfix: The fss_identify needs the latest version of f_utf_is_digit().
authorKevin Day <thekevinday@gmail.com>
Thu, 23 Jun 2022 23:10:32 +0000 (18:10 -0500)
committerKevin Day <thekevinday@gmail.com>
Thu, 23 Jun 2022 23:10:32 +0000 (18:10 -0500)
level_3/fss_identify/c/private-identify.c

index 73a07e57c4c2a4044d1654c0fdd16842c0b9d907..0441ddb80da498a22e95c6e06feff1542f85d57e 100644 (file)
@@ -94,7 +94,7 @@ extern "C" {
           break;
         }
 
-        if (f_utf_is_digit(data->name.string + i, data->name.used - i) != F_true) {
+        if (f_utf_is_digit(data->name.string + i, data->name.used - i, 0) != F_true) {
           mode = 0;
         }
       } // for