gcontini
2020-05-03 8d7d51f6a300d132110e18e4b884b10b9fbe3aa6
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;