mirror of
https://github.com/openharmony/developtools_syscap_codec.git
synced 2026-08-27 02:11:19 -04:00
interfaces/inner_api/syscap_interface.c去掉inputPos判空
Signed-off-by: tongkai0808fh <tongkai5@huawei.com>
This commit is contained in:
@@ -243,10 +243,6 @@ bool DecodePrivateSyscap(char *input, char (**output)[SINGLE_SYSCAP_LEN], int *o
|
||||
*output = outputArray;
|
||||
inputPos = input;
|
||||
|
||||
if (inputPos == NULL) {
|
||||
return false;
|
||||
}
|
||||
|
||||
char buffer[SINGLE_FEAT_LEN] = {0};
|
||||
char *bufferPos = buffer;
|
||||
while (*inputPos != '\0') {
|
||||
|
||||
Reference in New Issue
Block a user