mirror of
https://github.com/openharmony/developtools_syscap_codec.git
synced 2026-08-28 04:40:02 -04:00
+1
-1
@@ -424,7 +424,7 @@ int32_t DecodePCID(char *inputFile, char *outDirPath)
|
||||
char priSyscapStr[SINGLE_SYSCAP_LEN] = {0};
|
||||
char *tempPriSyscapStr = priSyscapStr;
|
||||
char fullPriSyscapStr[SINGLE_SYSCAP_LEN] = {0};
|
||||
if (privateSyscapLen < 0) {
|
||||
if ((long)privateSyscapLen < 0) {
|
||||
PRINT_ERR("parse private syscap failed.");
|
||||
ret = -1;
|
||||
goto FREE_VECTOR_OUT;
|
||||
|
||||
Reference in New Issue
Block a user