*** empty log message ***

This commit is contained in:
Magnus Jonsson 2004-01-19 21:23:48 +00:00
parent b9c3db8a07
commit 3d39c3ddd4
1 changed files with 1 additions and 3 deletions

View File

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