- drop mktmp hunk

This commit is contained in:
Bernhard Reutner-Fischer 2006-03-21 11:57:00 +00:00
parent 3af1e90919
commit a3014ed22f

View File

@ -13,14 +13,4 @@
mlwrite(obuf);
}
#endif
--- em-4.0.15-lt.oorig/input.c 1994-05-21 12:41:02.000000000 +0200
+++ em-4.0.15-lt/input.c 2006-03-10 15:31:18.000000000 +0100
@@ -581,7 +581,7 @@
if (! iswild)
strcat(ffbuf,"*");
strcat(ffbuf, " >");
- mktemp(tmp);
+ mkstemp(tmp);
strcat(ffbuf, tmp);
strcat(ffbuf, " 2>&1");
system(ffbuf);