status: refactor null_termination option
authorJeff King <peff@peff.net>
Mon, 7 May 2012 19:44:44 +0000 (15:44 -0400)
committerJeff King <peff@peff.net>
Tue, 8 May 2012 08:51:07 +0000 (04:51 -0400)
This option is passed separately to the wt_status printing
functions, whereas every other formatting option is
contained in the wt_status struct itself. Let's do the same
here, so we can avoid passing it around through the call
stack.

Signed-off-by: Jeff King <peff@peff.net>
No differences found