*** empty log message ***

This commit is contained in:
Arvid Norberg
2005-08-16 20:42:10 +00:00
parent 6c32f82fc5
commit 6d8068e5d5
2 changed files with 23 additions and 2 deletions

View File

@@ -166,7 +166,7 @@ namespace libtorrent
#ifdef UNICODE
std::wstring wfile_name(safe_convert(file_name));
HANDLE new_handle = CreateFile(
(LPCWSTR)wfile_name.c_str()
wfile_name.c_str()
, access_mask
, FILE_SHARE_READ
, 0