gcontini
2020-10-13 cbb11cd88d985db033c744b59291a2cf03fd16be
test/functional/generate-license.cpp
@@ -43,7 +43,7 @@
   ss << " --" PARAM_LICENSE_OUTPUT " " << license_fname_s;
   ss << " --" PARAM_PROJECT_FOLDER " " << LCC_TEST_LICENSES_PROJECT;
   for (int i = 0; i < other_args.size(); i++) {
   for (size_t i = 0; i < other_args.size(); i++) {
      ss << " " << other_args[i];
   }
   cout << "executing :" << ss.str() << endl;