Commit a3014ed2 authored by Bernhard Reutner-Fischer's avatar Bernhard Reutner-Fischer
Browse files

- drop mktmp hunk

parent 3af1e909
Loading
Loading
Loading
Loading
+1 −11
Original line number Diff line number Diff line
@@ -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);