From 8656027282931d8d279ce66a52775eacf9dd59a9 Mon Sep 17 00:00:00 2001 From: TazyFoundSoup Date: Fri, 22 May 2026 21:08:39 +1000 Subject: git(attributes): Force LF for all text files except windows specific files --- src/dbg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dbg.c') diff --git a/src/dbg.c b/src/dbg.c index f61aa36..a12545d 100644 --- a/src/dbg.c +++ b/src/dbg.c @@ -53,9 +53,9 @@ static inline void ff_debug_flush(ff_ctx* ctx, char* buffer, size_t* idx) if (*idx == 0) return; ctx->ff_debug_stream.write( - &ctx->ff_debug_stream, + buffer, *idx, - (uint8_t*)buffer + ctx->ff_debug_stream.user ); *idx = 0; -- cgit v1.2.3