From 50bb696a6b4d75a097f22274834f67961fa9e440 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 11 Dec 2025 18:32:27 +0100 Subject: Add signed integers (arithmetics and some testing not implemented yet) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libj2_j2u_to_str.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libj2_j2u_to_str.c') diff --git a/libj2_j2u_to_str.c b/libj2_j2u_to_str.c index 9398d0a..40ead84 100644 --- a/libj2_j2u_to_str.c +++ b/libj2_j2u_to_str.c @@ -164,7 +164,7 @@ out: #else -#define BUFFER_SIZE 1024 +#define BUFFER_SIZE (128U + LIBJ2_J2U_BIT) static uintmax_t -- cgit v1.2.3-70-g09d2