Skip to content

submodule/src/example.cpp: errors in identify_pc #11

@shekmun

Description

@shekmun

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions