layer: setting values converted to lower case

This commit is contained in:
Christophe 2023-05-31 12:04:55 +02:00 committed by Christophe
parent faa46b0633
commit 28e78f90d9

View file

@ -293,7 +293,7 @@ std::string LayerSettings::GetEnvSetting(const char *pSettingName) {
}
}
return vl::ToLower(result);
return result;
}
std::string LayerSettings::GetFileSetting(const char *pSettingName) {