gcontini
2020-05-03 8d7d51f6a300d132110e18e4b884b10b9fbe3aa6
src/library/licensecc.cpp
@@ -77,7 +77,7 @@
   string project;
   size_t str_size;
   if (callerInformation != nullptr &&
      (str_size = license::mstrnlen_s(callerInformation->feature_name, sizeof callerInformation->project_name)) > 0) {
      (str_size = license::mstrnlen_s(callerInformation->feature_name, sizeof callerInformation->feature_name)) > 0) {
      project = string(callerInformation->feature_name, str_size);
   } else {
      project = string(LCC_PROJECT_NAME);