]> 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:03 +0000 (23:52 -0500)
level_0/f_strings/c/strings.h

index 224bab8c329b6c52e2a279fb5521254564e01430..6f9201a24ea107b30a84af50d5ed482bd6ff17b4 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