]> git.itanic.dy.fi Git - rrdd/commit
process: run: Fix bug with multi-line prints
authorTimo Kokkonen <timo.t.kokkonen@iki.fi>
Tue, 28 Oct 2014 19:25:40 +0000 (21:25 +0200)
committerTimo Kokkonen <timo.t.kokkonen@iki.fi>
Tue, 28 Oct 2014 19:25:40 +0000 (21:25 +0200)
commite9bcf12b9ec6406a5bcc19bfc7a6569846ae7d3b
treed2d82db715b2f1d30738380aa70ef8b724c5e59c
parent7c4aac66fb316cc9c1b54c8211c15123e91f4a6e
process: run: Fix bug with multi-line prints

Once newlines are replaces with NULLs for printing, we must start the
next line after the NULL. Without this all extra printout lines are
zero in length.

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