[NTOS]: Continued preparations for VAD-based Virtual Memory. ASSERT in NtAllocateVirt...
[reactos.git] / reactos / dll / win32 / kernel32 / client / file / copy.c
index 2af2cdf..7c68c4c 100644 (file)
@@ -46,7 +46,7 @@ CopyLoop (
    *KeepDest = FALSE;
    errCode = NtAllocateVirtualMemory(NtCurrentProcess(),
                                     (PVOID *)&lpBuffer,
-                                    2,
+                                    0,
                                     &RegionSize,
                                     MEM_RESERVE | MEM_COMMIT,
                                     PAGE_READWRITE);