Gabriele Contini
2020-01-11 1d1082fe695366da3498f528b953203a90fe7385
src/library/locate/ApplicationFolder.cpp
@@ -33,7 +33,7 @@
   const FUNCTION_RETURN fret = getModuleName(fname);
   if (fret == FUNC_RET_OK) {
      const string module_name = remove_extension(fname);
      const string temptativeLicense = string(module_name) + LICENSE_FILE_EXTENSION;
      const string temptativeLicense = string(module_name) + LCC_LICENSE_FILE_EXTENSION;
      ifstream f(temptativeLicense.c_str());
      if (f.good()) {
         diskFiles.push_back(temptativeLicense);