mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
Fixed a bug in CopyFileExW().
The write count is set to the previous returned read length. svn path=/trunk/; revision=2151
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* $Id: copy.c,v 1.7 2000/06/03 14:47:31 ea Exp $
|
||||
/* $Id: copy.c,v 1.8 2001/08/04 10:40:38 hbirr Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS system libraries
|
||||
@@ -167,7 +167,7 @@ CopyFileExW (
|
||||
lpData,
|
||||
(PIO_STATUS_BLOCK)&IoStatusBlock,
|
||||
lpBuffer,
|
||||
RegionSize,
|
||||
IoStatusBlock.Information,
|
||||
NULL,
|
||||
NULL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user