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 --- src/inspector/inspector.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/inspector/inspector.cpp b/src/inspector/inspector.cpp index 1c4d0af..dd2d3e6 100644 --- a/src/inspector/inspector.cpp +++ b/src/inspector/inspector.cpp @@ -69,7 +69,7 @@ for (CSimpleIniA::Entry section : sections) { const string section_name(section.pItem, 15); if (section_name != LCC_PROJECT_NAME) { - std::copy(section_name.begin(), section_name.end(), callerInformation.project_name); + std::copy(section_name.begin(), section_name.end(), callerInformation.feature_name); LCC_EVENT_TYPE result = acquire_license(&callerInformation, &licLocation, &licenseInfo); if (result == LICENSE_OK) { cout << "project [" << section.pItem << "]: license OK" << endl; -- Gitblit v1.9.1