From 14ff120fdcc121e68967c63d7287bbf1ce6e2662 Mon Sep 17 00:00:00 2001 From: chenhaoran Date: Thu, 25 Apr 2024 19:09:53 +0800 Subject: [PATCH] fix: fix tstream.h --- include/libs/stream/tstream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libs/stream/tstream.h b/include/libs/stream/tstream.h index 1b30fdcb01..2ccaf60980 100644 --- a/include/libs/stream/tstream.h +++ b/include/libs/stream/tstream.h @@ -484,7 +484,7 @@ struct SStreamTask { SSHashObj* pNameMap; void* pBackend; int8_t subtableWithoutMd5; - char reserve[255]; + char reserve[256]; }; typedef int32_t (*startComplete_fn_t)(struct SStreamMeta*);