mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
Fix of recent fix for POSIX...
git-svn-id: svn://ultimatepp.org/upp/trunk@1621 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
808faf53cc
commit
81e4fd2eed
2 changed files with 2 additions and 2 deletions
|
|
@ -300,7 +300,7 @@ void AppInit__(int argc, const char **argv, const char **envptr)
|
|||
String varname(b, var);
|
||||
if(*var == '=')
|
||||
var++;
|
||||
EnvMap().Add(varname.ToWString(), var.ToWString());
|
||||
EnvMap().Add(varname.ToWString(), String(var).ToWString());
|
||||
}
|
||||
Vector<String>& cmd = coreCmdLine__();
|
||||
for(int i = 1; i < argc; i++)
|
||||
|
|
|
|||
|
|
@ -438,4 +438,4 @@ public:
|
|||
DropTree& DropWidthZ(int w) { dropwidth = HorzLayoutZoom(w); return *this; }
|
||||
|
||||
DropTree();
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue