futils.c
27.3 KB
-
futils: use our random function for mktemp · 53063e77
`mktemp` on mingw is exceedingly deficient, using a single monotonically increasing alphabetic character and the pid. We need to use our own random number generator for temporary filenames.
Edward Thomson committed