layer: setting values converted to lower case
This commit is contained in:
parent
faa46b0633
commit
28e78f90d9
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ std::string LayerSettings::GetEnvSetting(const char *pSettingName) {
|
|||
}
|
||||
}
|
||||
|
||||
return vl::ToLower(result);
|
||||
return result;
|
||||
}
|
||||
|
||||
std::string LayerSettings::GetFileSetting(const char *pSettingName) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue