mirror of
https://github.com/openharmony/developtools_syscap_codec.git
synced 2026-08-28 04:40:02 -04:00
fix: fix some code bugs.
Signed-off-by: yudechen <chenyude@huawei.com> Change-Id: I0a1d256aabca1c34ac56b6ceaee77e6a7916d5ec
This commit is contained in:
@@ -298,7 +298,7 @@ bool DecodePrivateSyscap(char *input, char (**output)[SINGLE_SYSCAP_LEN], int *o
|
||||
return true;
|
||||
}
|
||||
|
||||
static int SetOsSysCapBitMap(uint8_t *out, uint16_t outLen, uint16_t *index, uint16_t indexLen)
|
||||
static int SetOsSysCapBitMap(uint8_t *out, uint16_t outLen, const uint16_t *index, uint16_t indexLen)
|
||||
{
|
||||
uint16_t sector, pos;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user