mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 06:16:38 +00:00
[EVENTLOG]
* Fix a bad sizeof(). svn path=/trunk/; revision=53405
This commit is contained in:
parent
d1a36b6e61
commit
3865e333ff
1 changed files with 1 additions and 1 deletions
|
@ -462,7 +462,7 @@ NTSTATUS ElfrReportEventW(
|
||||||
EventID,
|
EventID,
|
||||||
lpLogHandle->szName,
|
lpLogHandle->szName,
|
||||||
ComputerName->Buffer,
|
ComputerName->Buffer,
|
||||||
sizeof(UserSID),
|
sizeof(PRPC_SID),
|
||||||
&UserSID,
|
&UserSID,
|
||||||
NumStrings,
|
NumStrings,
|
||||||
(WCHAR*)lpStrings,
|
(WCHAR*)lpStrings,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue