From 97d859722833592ccf2f203dee95ba2f6bb4857f Mon Sep 17 00:00:00 2001 From: tongkai0808fh Date: Mon, 1 Jul 2024 11:26:00 +0000 Subject: [PATCH] =?UTF-8?q?interfaces/inner=5Fapi/syscap=5Finterface.c?= =?UTF-8?q?=E5=8E=BB=E6=8E=89245=E8=A1=8C=E7=A9=BA=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tongkai0808fh --- interfaces/inner_api/syscap_interface.c | 1 - 1 file changed, 1 deletion(-) diff --git a/interfaces/inner_api/syscap_interface.c b/interfaces/inner_api/syscap_interface.c index 97575d2..10400be 100644 --- a/interfaces/inner_api/syscap_interface.c +++ b/interfaces/inner_api/syscap_interface.c @@ -242,7 +242,6 @@ bool DecodePrivateSyscap(char *input, char (**output)[SINGLE_SYSCAP_LEN], int *o *output = outputArray; inputPos = input; - char buffer[SINGLE_FEAT_LEN] = {0}; char *bufferPos = buffer; while (*inputPos != '\0') {