
11 May
2018
11 May
'18
11:01 a.m.
On Fri, May 11, 2018 at 02:56:17PM +0200, Michal Privoznik wrote:
There's this macro virBufferSetChildIndent which sets offset of child buffer from given parent buffer. However, it is calling virBufferAdjustIndent() which only adds adjustment instead of calling virBufferSetIndent() which clears out any adjustment previously set.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- src/util/virbuffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano