https://git.reactos.org/?p=reactos.git;a=commitdiff;h=13a145b6d808816b299b16...
commit 13a145b6d808816b299b1691d699996f7a34e4fe Author: Serge Gautherie reactos-git_serge_171003@gautherie.fr AuthorDate: Mon May 24 08:56:17 2021 +0200 Commit: Stanislav Motylkov x86corez@gmail.com CommitDate: Mon Oct 16 19:02:27 2023 +0300
[USERENV] SetUserEnvironmentVariable(): Remove use of uninit' ShortName
Addendum to 96fe018 (r72066). --- dll/win32/userenv/environment.c | 2 -- 1 file changed, 2 deletions(-)
diff --git a/dll/win32/userenv/environment.c b/dll/win32/userenv/environment.c index 043e3123790..0b54ba6f6c2 100644 --- a/dll/win32/userenv/environment.c +++ b/dll/win32/userenv/environment.c @@ -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);