summaryrefslogtreecommitdiffstats
path: root/src/config.c
diff options
context:
space:
mode:
authorBaptiste Jonglez <baptiste--git@jonglez.org>2012-05-28 04:50:37 +0200
committerLukas Fleischer <calcurse@cryptocrack.de>2012-05-31 20:30:46 +0200
commit72995601e791ba0c2e990a601752482f3e45aa74 (patch)
tree33f09bb7abce2c872e517bd56e9276d029ac9cca /src/config.c
parent4b58b0938f0bd7139cc51720c74e1149c338187e (diff)
downloadcalcurse-72995601e791ba0c2e990a601752482f3e45aa74.tar.gz
calcurse-72995601e791ba0c2e990a601752482f3e45aa74.zip
Directly use fprintf() where applicable
For some reasons, we were using snprintf() to format a string into a buffer, and then displaying this buffer to stdout using fputs(). That's exactly what fprintf() is here for, so use it. Signed-off-by: Baptiste Jonglez <baptiste--git@jonglez.org> Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'src/config.c')
0 files changed, 0 insertions, 0 deletions