mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 17:05:45 +00:00
sorry for breaking the build, I did put in wrong version I should have retested it
svn path=/trunk/; revision=22075
This commit is contained in:
parent
2708096c09
commit
ddeed65c6f
1 changed files with 2 additions and 2 deletions
|
@ -245,7 +245,7 @@ int SetEnv(const wchar_t *option)
|
||||||
memcpy(name, option, (epos - option) * sizeof(wchar_t));
|
memcpy(name, option, (epos - option) * sizeof(wchar_t));
|
||||||
name[epos - option] = 0;
|
name[epos - option] = 0;
|
||||||
|
|
||||||
if (*name == 0) || (wcschr(option, L'=') !=NULL)
|
if ((*name == 0) || (wcschr(option, L'=') !=NULL))
|
||||||
{
|
{
|
||||||
/* fixme check see if name contain any space or so
|
/* fixme check see if name contain any space or so
|
||||||
so we really locate first char in name and compare
|
so we really locate first char in name and compare
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue