*** empty log message ***

This commit is contained in:
Magnus Jonsson
2004-01-19 21:23:48 +00:00
parent b9c3db8a07
commit 3d39c3ddd4

View File

@@ -1,6 +1,6 @@
/* /*
Copyright (c) 2003, Magnus Jonsson Copyright (c) 2003, Magnus Jonsson & Arvid Norberg
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without
@@ -168,8 +168,6 @@ namespace libtorrent
assert(pos >= 0); assert(pos >= 0);
LARGE_INTEGER offs; LARGE_INTEGER offs;
offs.QuadPart = pos; offs.QuadPart = pos;
// FILE_CURRENT
// FILE_END
if (FALSE == SetFilePointerEx( if (FALSE == SetFilePointerEx(
m_file_handle m_file_handle
, offs , offs