mirror of
https://github.com/openharmony/developtools_syscap_codec.git
synced 2026-08-27 10:21:25 -04:00
modify some details of EncodePrivateSyscap.
Signed-off-by: yudechen <chenyude@huawei.com> Change-Id: Ice0e16c5dac4242bd27fce7fc740eec232e90035
This commit is contained in:
+1
-1
@@ -209,7 +209,7 @@ int32_t CreatePCID(char *inputFile, char *outDirPath)
|
||||
allPriSyscapStrLen++; // for separator ','
|
||||
}
|
||||
if ((allPriSyscapStrLen + 1) > PRIVATE_SYSCAP_SIZE) {
|
||||
PRINT_ERR("context of \"pri\" array is too many\n");
|
||||
PRINT_ERR("context of \"pri\" array is too many.\n");
|
||||
ret = -1;
|
||||
goto FREE_CONVERT_OUT;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user