mirror of
https://github.com/openharmony/developtools_syscap_codec.git
synced 2026-08-27 02:11:19 -04:00
+1
-1
@@ -98,7 +98,7 @@ int32_t CheckFileAndGetFileContext(const char *inputFile, char **contextBufPtr,
|
||||
PRINT_ERR("input file is NULL.\n");
|
||||
return -1;
|
||||
}
|
||||
uint32_t ret = GetFileContext(inputFile, contextBufPtr, bufferLen);
|
||||
int32_t ret = GetFileContext(inputFile, contextBufPtr, bufferLen);
|
||||
if (ret != 0) {
|
||||
PRINT_ERR("GetFileContext failed, input file : %s\n", inputFile);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user