examples icon indicating copy to clipboard operation
examples copied to clipboard

submodule/src/example.cpp: errors in identify_pc

Open shekmun opened this issue 8 months ago • 0 comments

In the example file https://github.com/open-license-manager/examples/blob/develop/submodule/src/example.cpp size_t pc_id_sz = LCC_API_PC_IDENTIFIER_SIZE; should be modified to size_t pc_id_sz = LCC_API_PC_IDENTIFIER_SIZE + 1; or identify_pc will fail and print errors in identify_pc. It won't output the pc signature.

shekmun avatar Jun 12 '24 04:06 shekmun