diff --git a/src/create_pcid.c b/src/create_pcid.c index 0513949c785ee81442910ce70a7eb43133570219..c0692b650343ddd9064ab41f58dfeb3391f92064 100644 --- a/src/create_pcid.c +++ b/src/create_pcid.c @@ -365,7 +365,7 @@ int32_t DecodePCID(char *inputFile, char *outDirPath) (pcidMain->systemType == 0b010 ? "small" : (pcidMain->systemType == 0b100 ? "standard" : NULL)); if (systemType == NULL) { - PRINT_ERR("prase file failed, systemType is invaild, %d\n", pcidMain->systemType); + PRINT_ERR("prase file failed, systemType is invaild, %u\n", pcidMain->systemType); ret = -1; goto FREE_CONTEXT_OUT; }