fixed typo in file_storage API deprecation

This commit is contained in:
Arvid Norberg 2013-08-17 01:35:39 +00:00
parent 5141a6505a
commit 1a0d798ac9
1 changed files with 1 additions and 1 deletions

View File

@ -1057,7 +1057,7 @@ ret:
if (file_bytes_left == 0) continue;
if (files().file_size(file_index)) continue;
if (files().pad_file_at(file_index)) continue;
error_code ec;
file_handle = open_file(file_index, file::read_only | file::random_access, ec);