Skip to content

Commit

Permalink
[USERENV] SetUserEnvironmentVariable(): Remove use of uninit' ShortName
Browse files Browse the repository at this point in the history
Addendum to 96fe018 (r72066).
  • Loading branch information
SergeGautherie authored and binarymaster committed Oct 16, 2023
1 parent 8669679 commit 13a145b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dll/win32/userenv/environment.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 13a145b

Please sign in to comment.