diff options
author | Baptiste Jonglez <baptiste--git@jonglez.org> | 2012-05-28 04:50:37 +0200 |
---|---|---|
committer | Lukas Fleischer <calcurse@cryptocrack.de> | 2012-05-31 20:30:46 +0200 |
commit | 72995601e791ba0c2e990a601752482f3e45aa74 (patch) | |
tree | 33f09bb7abce2c872e517bd56e9276d029ac9cca /.tx/config | |
parent | 4b58b0938f0bd7139cc51720c74e1149c338187e (diff) | |
download | calcurse-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 '.tx/config')
0 files changed, 0 insertions, 0 deletions