提交 d1bfbbc4 编写于 作者: W wolf 提交者: youngowlf

A trivial change.

上级 3ea4d6cb
......@@ -93,7 +93,7 @@ void file_socket::handle_msg(out_msg_ctype& msg)
{
state = TRANS_BUSY;
fseeko(file, offset, SEEK_SET);
direct_send_msg(replaceable_buffer(new file_buffer(file, length)), true);
direct_send_msg(in_msg_type(new file_buffer(file, length)), true);
}
}
break;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册