Commit ecf6eeca authored by unknown's avatar unknown

c++ comment fixed

parent ff76e674
......@@ -833,7 +833,7 @@ my_net_read(NET *net)
if (net->remain_in_buf)
{
buf_length= net->buf_length; // Data left in old packet
buf_length= net->buf_length; /* Data left in old packet */
first_packet_offset= start_of_packet= (net->buf_length -
net->remain_in_buf);
/* Restore the character that was overwritten by the end 0 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment