indentlog: cosmetic: + comment

This commit is contained in:
Roland Conybeare 2024-03-13 15:30:31 -04:00
commit aa8f431cc2

View file

@ -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*/