traviscross / mtr

Official repository for mtr, a network diagnostic tool
http://www.bitwizard.nl/mtr/
GNU General Public License v2.0
2.64k stars 337 forks source link

Optimise data processing for output of “OK” #454

Open elfring opened 1 year ago

elfring commented 1 year ago

The printing for the text “OK” was specified in four statements of the function “csv_close” together with a format string parameter “%s”. 💭 I suggest to use the literal within the format string directly instead.