mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +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:
@@ -63,8 +63,7 @@ BasepMoveFileDelayed(IN PUNICODE_STRING ExistingPath,
|
||||
}
|
||||
else
|
||||
{
|
||||
HRESULT hr = StringCbPrintfW(PendingOperationsBuffer, sizeof(PendingOperationsBuffer), L"PendingFileRenameOperations%d", KeyId);
|
||||
ASSERT(SUCCEEDED(hr));
|
||||
StringCbPrintfW(PendingOperationsBuffer, sizeof(PendingOperationsBuffer), L"PendingFileRenameOperations%d", KeyId);
|
||||
PendingOperations = PendingOperationsBuffer;
|
||||
}
|
||||
RtlInitUnicodeString(&PendingOperationsString, PendingOperations);
|
||||
|
||||
Reference in New Issue
Block a user