c++ comment fixed
This commit is contained in:
parent
870a7f23d6
commit
429a165995
@ -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 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user