Skip to content

Fix "bytes written" count in pktline.WriteString

Jacob Vosmaer requested to merge pktline-bytes-written into master

I randomly came across a small bug where we reported an incorrect number of "bytes written". I am not aware of any actual problem caused by the bug but it just looked weird to see the code do the wrong thing.

Merge request reports