mirror of
https://github.com/reactos/reactos.git
synced 2026-07-02 09:44:24 +08:00
Sorry reverted. GreatLord says this is fixed in the wrong place.
svn path=/trunk/; revision=22227
This commit is contained in:
@@ -220,11 +220,8 @@ int SetEnv(const wchar_t *option)
|
||||
char *mboption;
|
||||
int remove, index, count, size, result = 0, found = 0;
|
||||
|
||||
if (option == NULL ||
|
||||
((epos = wcschr(option, L'=')) == NULL) ||
|
||||
(epos == option))
|
||||
return -1;
|
||||
|
||||
if (option == NULL || (epos = wcschr(option, L'=')) == NULL)
|
||||
return -1;
|
||||
remove = (epos[1] == 0);
|
||||
|
||||
/* Duplicate environment if needed. */
|
||||
|
||||
Reference in New Issue
Block a user