diff options
Diffstat (limited to 'src/dbg.c')
| -rw-r--r-- | src/dbg.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |
