ostafen / smart

String Matching Algorithms Research Tool
https://smart-tool.github.io/smart/
GNU General Public License v3.0
4 stars 2 forks source link

Minor issue - use ALGO_NAME_LEN in run command output. #79

Closed nishihatapalmer closed 1 year ago

nishihatapalmer commented 1 year ago

The run command does not leave enough space to hold an algorithm with a name near ALGO_NAME_LEN.

Tweak it so it respects ALGO_NAME_LEN.

nishihatapalmer commented 1 year ago

fixed by #87