*** empty log message ***
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user