From 0fc6e368cb93c098933633d358479a0b5a255549 Mon Sep 17 00:00:00 2001 From: TazyFoundSoup Date: Sat, 28 Mar 2026 16:29:40 +1100 Subject: feat(bmp): Set ff_bmp_ctx file size to buffer location after the signiture --- include/tinyff/tinyff.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/tinyff/tinyff.h b/include/tinyff/tinyff.h index 51298ef..52d3f03 100644 --- a/include/tinyff/tinyff.h +++ b/include/tinyff/tinyff.h @@ -4,6 +4,7 @@ #include "common.h" #include "stream.h" + typedef struct { // Debug settings ff_stream* ff_debug_stream; -- cgit v1.2.3