mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01: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
@ -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…
x
Reference in New Issue
Block a user