mirror of
https://github.com/reactos/reactos.git
synced 2025-07-10 23:04:13 +00:00
[KERNEL32]
Don't care for the return value (yet?) of StringCbPrintfW. This fixes release build. svn path=/trunk/; revision=64853
This commit is contained in:
parent
34aaa8fdf4
commit
8dfcb13a92
1 changed files with 1 additions and 2 deletions
|
@ -63,8 +63,7 @@ BasepMoveFileDelayed(IN PUNICODE_STRING ExistingPath,
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
HRESULT hr = StringCbPrintfW(PendingOperationsBuffer, sizeof(PendingOperationsBuffer), L"PendingFileRenameOperations%d", KeyId);
|
StringCbPrintfW(PendingOperationsBuffer, sizeof(PendingOperationsBuffer), L"PendingFileRenameOperations%d", KeyId);
|
||||||
ASSERT(SUCCEEDED(hr));
|
|
||||||
PendingOperations = PendingOperationsBuffer;
|
PendingOperations = PendingOperationsBuffer;
|
||||||
}
|
}
|
||||||
RtlInitUnicodeString(&PendingOperationsString, PendingOperations);
|
RtlInitUnicodeString(&PendingOperationsString, PendingOperations);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue