Closed flesueur closed 7 months ago
Some printf do not have format strings as first parameters. This can notably cause issues if read fields such as password contain the '%' character
Moreover, there was a quote escaping bug in the CSN comparison
Closes #72
Done in #73
Some printf do not have format strings as first parameters. This can notably cause issues if read fields such as password contain the '%' character
Moreover, there was a quote escaping bug in the CSN comparison
Closes #72