diff options
Diffstat (limited to 'cppe/src/IceE/Properties.cpp')
-rw-r--r-- | cppe/src/IceE/Properties.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/src/IceE/Properties.cpp b/cppe/src/IceE/Properties.cpp index 3e628783745..dd355d3b3a2 100644 --- a/cppe/src/IceE/Properties.cpp +++ b/cppe/src/IceE/Properties.cpp @@ -308,7 +308,7 @@ Ice::Properties::loadConfig() #ifndef _WIN32_WCE if(value.empty() || value == "1") { - const char* s = getenv("ICEE_CONFIG"); + const char* s = getenv("ICE_CONFIG"); if(s && *s != '\0') { value = s; |