From aa8f431cc292353c70c7df71db771e052d21cdc8 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Wed, 13 Mar 2024 15:30:31 -0400 Subject: [PATCH] indentlog: cosmetic: + comment --- include/xo/indentlog/log_streambuf.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xo/indentlog/log_streambuf.hpp b/include/xo/indentlog/log_streambuf.hpp index 3a467b82..0c4b3aae 100644 --- a/include/xo/indentlog/log_streambuf.hpp +++ b/include/xo/indentlog/log_streambuf.hpp @@ -80,7 +80,7 @@ namespace xo { char * p_hi = p_base + this->buf_v_.capacity(); this->setp(p_base, p_hi); - this->pbump(old_n + 1); + this->pbump(old_n + 1); /*see 'this->buf_v_[old_n] - new_ch' above*/ return new_ch; } /*overflow*/