Use 'fputs' instead of '(f)printf' to avoid -Wformat-security warnings
commit81b036977815eea5e331ef687fde896c20c33677
authorChristopher Arndt <chris@chrisarndt.de>
Fri, 16 Apr 2021 12:38:53 +0000 (16 14:38 +0200)
committerChristopher Arndt <chris@chrisarndt.de>
Fri, 16 Apr 2021 12:38:53 +0000 (16 14:38 +0200)
treeb3a145b33398e5b60e9ca226def610d4eb97dfca
parentfaf4648908d2995207fb65ef9533fb945a424782
Use 'fputs' instead of '(f)printf' to avoid -Wformat-security warnings

Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
src/jack_mix_box.c