tjunier / newick_utils

shell tools for processing phylogenetic trees
Other
101 stars 31 forks source link

Fix minor issues format-security issues #22

Open Redmar-van-den-Berg opened 6 years ago

Redmar-van-den-Berg commented 6 years ago

Compiling prune.c fails when compiling with -Werror=format-security on a small number of fprintf statements. This commit fixes this by specifying the %s explicitly.

I made this change in an effort to create a debian package for newick_utils. See my 'debian' branch of newick_utils. To create the debian package you first have to build the project by hand. Since the debian package is just for internal use at my lab, this workaround was good enough for me.

rayeiz commented 5 years ago

Please assign it to me