summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'psi/zfile.c')
-rw-r--r--psi/zfile.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/psi/zfile.c b/psi/zfile.c
index be03a556..ec19796b 100644
--- a/psi/zfile.c
+++ b/psi/zfile.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001-2019 Artifex Software, Inc.
+/* Copyright (C) 2001-2020 Artifex Software, Inc.
All Rights Reserved.
This software is provided AS-IS with no warranty, either express or
@@ -357,6 +357,7 @@ zdeletefile(i_ctx_t *i_ctx_p)
return code;
}
}
+
code = (*pname.iodev->procs.delete_file)(pname.iodev, pname.fname);
if (code >= 0 && is_temp)