diff options
Diffstat (limited to '')
-rw-r--r-- | common/iobuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/iobuf.c b/common/iobuf.c index 2137604a9..c88d67908 100644 --- a/common/iobuf.c +++ b/common/iobuf.c @@ -1282,7 +1282,7 @@ iobuf_cancel (iobuf_t a) { /* Argg, MSDOS does not allow removing open files. So * we have to do it here */ - remove (remove_name); + gnupg_remove (remove_name); xfree (remove_name); } |