Set buffer to empty string to prevent duplicated output in some cases.

PR:		193888
This commit is contained in:
ae 2016-03-09 14:47:05 +00:00
parent a4277f9c74
commit 0abb9ca634

View File

@ -424,6 +424,7 @@ bp_flush(struct buf_pr *b)
b->ptr = b->buf;
b->avail = b->size;
b->buf[0] = '\0';
}
/*