]> git.itanic.dy.fi Git - rrdd/commit
Remove redundant strerror usage
authorTimo Kokkonen <timo.t.kokkonen@iki.fi>
Sat, 14 Apr 2012 12:06:52 +0000 (15:06 +0300)
committerTimo Kokkonen <timo.t.kokkonen@iki.fi>
Sat, 14 Apr 2012 12:06:52 +0000 (15:06 +0300)
commit26bacde6ec3e861c373b3d593f29185e2ca320ff
tree2de64c628f2a398fe4a628423113a02fcd9ebb84
parentcbee3a4222f04d3936a17eedd65efe30b41b73cd
Remove redundant strerror usage

It is preferred to use '%m' with printf instead.

Signed-off-by: Timo Kokkonen <timo.t.kokkonen@iki.fi>
parser.c
process.c