summaryrefslogtreecommitdiff
path: root/lib/tmpfile.c
diff options
context:
space:
mode:
authorJames Clark <jjc@jclark.com>1992-03-18 04:29:18 -0500
committerJames Clark <jjc@jclark.com>1992-03-18 04:29:18 -0500
commita48ab7b6db26b1d98f77f59f22896fe02a700c40 (patch)
tree6ea8990d41dd47fa3197835548afe4cac0e92dd1 /lib/tmpfile.c
parentbd5385e4ea12522ba7e852fa3a628f3be854f674 (diff)
downloadgroff-git-1.05.tar.gz
groff before CVS: release 1.051.05
Diffstat (limited to 'lib/tmpfile.c')
-rw-r--r--lib/tmpfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tmpfile.c b/lib/tmpfile.c
index c048b1832..b91893204 100644
--- a/lib/tmpfile.c
+++ b/lib/tmpfile.c
@@ -82,7 +82,7 @@ FILE *xtmpfile()
#endif /* not HAVE_MKSTEMP */
if (unlink(templ) < 0)
error("cannot unlink `%1': %2", templ, strerror(errno));
- delete templ;
+ a_delete templ;
return fp;
}