Don't use lseek when truncating a file to avoid corrupting the current
commit2bcef9e1fbab99e583d6f32f3b0280c7768f044b
authorAlexandre Julliard <julliard@winehq.org>
Thu, 17 Jun 2004 23:05:48 +0000 (17 23:05 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 17 Jun 2004 23:05:48 +0000 (17 23:05 +0000)
tree974ce23453be9227e883c98f147286900d9a41bf
parentd440ca4a89e1e1c72e7646116066aed0e6d8c860
Don't use lseek when truncating a file to avoid corrupting the current
file position.
dlls/ntdll/file.c