mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
common: Fix comment.
* common/iobuf.c (iobuf_flush_temp): Fix comment. -- Signed-off-by: Neal H. Walfield <neal@g10code.com>
This commit is contained in:
parent
75311cfe18
commit
13da7cc4ff
1 changed files with 1 additions and 1 deletions
|
@ -2260,7 +2260,7 @@ void
|
||||||
iobuf_flush_temp (iobuf_t temp)
|
iobuf_flush_temp (iobuf_t temp)
|
||||||
{
|
{
|
||||||
if (temp->use == IOBUF_INPUT || temp->use == IOBUF_INPUT_TEMP)
|
if (temp->use == IOBUF_INPUT || temp->use == IOBUF_INPUT_TEMP)
|
||||||
log_bug ("iobuf_writestr called on an input pipeline!\n");
|
log_bug ("iobuf_flush_temp called on an input pipeline!\n");
|
||||||
while (temp->chain)
|
while (temp->chain)
|
||||||
pop_filter (temp, temp->filter, NULL);
|
pop_filter (temp, temp->filter, NULL);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue