mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bustage fixup from bad merge of bug 535564
This commit is contained in:
parent
ce6c755ed6
commit
8892ede9ff
@ -43,6 +43,7 @@ namespace mozilla {
|
||||
|
||||
EnvironmentLog::EnvironmentLog(const char* varname)
|
||||
{
|
||||
const char *e = getenv(varname);
|
||||
if (e && *e)
|
||||
fname_ = e;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user