Skip to content

Commit

Permalink
修正一个bug
Browse files Browse the repository at this point in the history
  • Loading branch information
actboy168 committed Dec 23, 2013
1 parent 522c562 commit dd79405
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ namespace virtual_mpq

uint32_t __stdcall SFileGetFileSize(HANDLE file_handle, uint32_t* file_size_high_ptr)
{
return aero::std_call<uint32_t>(real::SFileGetFileArchive, file_handle, file_size_high_ptr);
return aero::std_call<uint32_t>(real::SFileGetFileSize, file_handle, file_size_high_ptr);
}

bool __stdcall SFileReadFile(HANDLE file_handle, void* buffer, uint32_t size, uint32_t* size_ptr, uint32_t unk)
Expand Down

0 comments on commit dd79405

Please sign in to comment.