]> Kevux Git Server - fll/commitdiff
Bugfix: string lengths now use signed integers
authorKevin Day <thekevinday@gmail.com>
Fri, 19 Jul 2019 04:52:03 +0000 (23:52 -0500)
committerKevin Day <thekevinday@gmail.com>
Fri, 19 Jul 2019 04:52:47 +0000 (23:52 -0500)
level_0/f_strings/c/strings.h

index 341b7d20a07a9910b722e5ee1f1085e1993d2fec..8a7d618de0c0fe8f535a1477c4222720ba1d7dd0 100644 (file)
@@ -86,7 +86,7 @@ extern "C" {
 #endif // _di_f_have_string_
 
 #ifndef _di_f_string_length_
-  typedef f_u_long f_string_length;
+  typedef f_s_long f_string_length;
 
   #define f_string_length_printf string_format_long_integer