gcontini
2020-02-24 ed8d5e30f05ad96e66ffdb209c7868f8ac8da4c1
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);