From a6b6872e69cf62b9716f0283d7240b222e8c2d2c Mon Sep 17 00:00:00 2001
From: Gabriele Contini <contini.mailing@gmail.com>
Date: 周日, 03 5月 2020 19:57:57 +0800
Subject: [PATCH] update license generator

---
 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