modify some details of EncodePrivateSyscap.

Signed-off-by: yudechen <chenyude@huawei.com>
Change-Id: Ice0e16c5dac4242bd27fce7fc740eec232e90035
This commit is contained in:
yudechen
2022-05-07 14:45:58 +08:00
parent 0bcba1c14c
commit a634f07419
2 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -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;
}