tabbing: avoid recalculating the length of the first match every time
Also don't zero-terminate the matches in order to compare them, but just limit the length of the comparison.
Showing
+9 -10
Please register or sign in to comment
Also don't zero-terminate the matches in order to compare them, but just limit the length of the comparison.