From 8d7d51f6a300d132110e18e4b884b10b9fbe3aa6 Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: 周日, 03 5月 2020 19:43:13 +0800 Subject: [PATCH] api rename project_name->feature_name --- include/licensecc/datatypes.h | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/licensecc/datatypes.h b/include/licensecc/datatypes.h index 8a229ea..cb87f7c 100644 --- a/include/licensecc/datatypes.h +++ b/include/licensecc/datatypes.h @@ -102,11 +102,11 @@ * <pre> * [feature_xx] * sig=AAAA - * [bb] - * expiry-date + * [another_feature] + * expiry-date=20201111 * </pre> */ - char feature_name[LCC_API_PROJECT_NAME_SIZE + + char feature_name[LCC_API_FEATURE_NAME_SIZE + 1]; // name of the feature you' (must correspond to the name in the license) /** * this number passed in by the application must correspond to the magic number used when compiling the library. -- Gitblit v1.9.1