Commit 4ca5eb30 authored by unknown's avatar unknown

c++ comment fixed

parent 484a1dc8
...@@ -833,7 +833,7 @@ my_net_read(NET *net) ...@@ -833,7 +833,7 @@ my_net_read(NET *net)
if (net->remain_in_buf) 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 - first_packet_offset= start_of_packet= (net->buf_length -
net->remain_in_buf); net->remain_in_buf);
/* Restore the character that was overwritten by the end 0 */ /* 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