Prep for release 0.7.8.

This commit is contained in:
John McNamara 2018-08-30 23:52:45 +01:00
parent b203f94f5a
commit 2fd7a4f814
6 changed files with 21 additions and 9 deletions

View file

@ -189,7 +189,7 @@ static FILE *mktempfile_internal(const char *tmpdir, const char *pfx, char **tmp
*/
{
FILE *fp;
int fd;
int fd = 0;
char randpart[] = "1234567890";
size_t lentempname;
int i;