mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[USERENV] SetUserEnvironmentVariable(): Remove use of uninit' ShortName
Addendum to 96fe018
(r72066).
This commit is contained in:
parent
8669679499
commit
13a145b6d8
1 changed files with 0 additions and 2 deletions
|
@ -88,8 +88,6 @@ SetUserEnvironmentVariable(PWSTR* Environment,
|
|||
{
|
||||
DPRINT("GetShortPathNameW() failed for %S (Error %lu)\n", DstValue.Buffer, GetLastError());
|
||||
}
|
||||
|
||||
DPRINT("Buffer: %S\n", ShortName);
|
||||
}
|
||||
|
||||
RtlInitUnicodeString(&Name, lpName);
|
||||
|
|
Loading…
Reference in a new issue