From 6dbce994b660c3bcf587b0b8b45680b1e6b7ba69 Mon Sep 17 00:00:00 2001 From: Thorsten Töpper Date: Wed, 18 Feb 2026 22:59:41 +0100 Subject: file_processor: fix and additional debug output --- include/file_processor.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/file_processor.h b/include/file_processor.h index cdb30bb..06b6d1d 100644 --- a/include/file_processor.h +++ b/include/file_processor.h @@ -24,9 +24,9 @@ * The hashes in human-readable strings */ struct df_hashstrings { - char blake2[DF_STR_SIZE_512]; - char sha256[DF_STR_SIZE_256]; - char sha512[DF_STR_SIZE_512]; + char blake2[DF_STR_SIZE_512+1]; + char sha256[DF_STR_SIZE_256+1]; + char sha512[DF_STR_SIZE_512+1]; }; /** -- cgit v1.3