From 67d46de5d38e247d37d8b5d99696261c08ff04ad Mon Sep 17 00:00:00 2001 From: Phillip Susi Date: Fri, 7 Jul 2000 00:42:58 +0000 Subject: [PATCH] Fixed typeo that was breaking NtReadFile() with async reads svn path=/trunk/; revision=1236 --- reactos/ntoskrnl/io/rw.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/ntoskrnl/io/rw.c b/reactos/ntoskrnl/io/rw.c index 158759264cd..7bb5b67e09c 100644 --- a/reactos/ntoskrnl/io/rw.c +++ b/reactos/ntoskrnl/io/rw.c @@ -1,4 +1,4 @@ -/* $Id: rw.c,v 1.30 2000/05/13 13:51:02 dwelch Exp $ +/* $Id: rw.c,v 1.31 2000/07/07 00:42:58 phreak Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -84,7 +84,7 @@ NTSTATUS STDCALL NtReadFile(HANDLE FileHandle, SYNCHRONIZE, ExEventObjectType, UserMode, - (PVOID*)ptrEvent, + (PVOID*)&ptrEvent, NULL); if (!NT_SUCCESS(Status)) {