Gabriele Contini
2020-02-09 27e8dc084aebdb6d71c67fd2d2000e17f072b7a9
src/library/locate/LocatorStrategy.cpp
@@ -15,7 +15,7 @@
using namespace std;
const string LocatorStrategy::retrieve_license_content(const string &licenseLocation) const {
   return get_file_contents(licenseLocation.c_str(), MAX_LICENSE_LENGTH);
   return get_file_contents(licenseLocation.c_str(), LCC_API_MAX_LICENSE_DATA_LENGTH);
}
}  // namespace locate