From 808b639bb894cd36381715e603e067a5725c1760 Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 8 Sep 2017 23:39:40 -0400 Subject: subsystem interfaces: optimized struct _nt_sem_info. --- src/sem/ntapi_sem_ioctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sem') diff --git a/src/sem/ntapi_sem_ioctl.c b/src/sem/ntapi_sem_ioctl.c index 2e7ac37..9735dfc 100644 --- a/src/sem/ntapi_sem_ioctl.c +++ b/src/sem/ntapi_sem_ioctl.c @@ -98,7 +98,7 @@ int32_t __stdcall __ntapi_sem_ioctl( msg.data.seminfo.section_addr = secaddr; msg.data.seminfo.section_size = input_buffer_length; - msg.data.seminfo.hevent[0] = hevent; + msg.data.seminfo.hevent = hevent; msg.data.seminfo.apc_routine = apc_routine; msg.data.seminfo.apc_context = apc_context; msg.data.seminfo.riosb = iosb; -- cgit v1.2.3