summaryrefslogtreecommitdiff
path: root/ext/fdf/fdf.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/fdf/fdf.c')
-rw-r--r--ext/fdf/fdf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fdf/fdf.c b/ext/fdf/fdf.c
index 0e883469b6..590df50d50 100644
--- a/ext/fdf/fdf.c
+++ b/ext/fdf/fdf.c
@@ -748,7 +748,7 @@ SAPI_POST_HANDLER_FUNC(fdf_post_handler)
}
FDFClose(theFDF);
- V_UNLINK((const char *)filename);
+ VCWD_UNLINK((const char *)filename);
efree(filename);
if(name) efree(name);