Chanhe the base temp file name to 'rld--'.

This commit is contained in:
Chris Johns
2014-09-07 10:45:36 +10:00
parent c4c8218373
commit 3f5e31f86d

View File

@@ -57,7 +57,7 @@ extern int mkstemps (char *, int);
/* Name of temporary file. /* Name of temporary file.
mktemp requires 6 trailing X's. */ mktemp requires 6 trailing X's. */
#define TEMP_FILE "ccXXXXXX" #define TEMP_FILE "rld--XXXXXX"
#define TEMP_FILE_LEN (sizeof(TEMP_FILE) - 1) #define TEMP_FILE_LEN (sizeof(TEMP_FILE) - 1)
#if !defined(_WIN32) || defined(__CYGWIN__) #if !defined(_WIN32) || defined(__CYGWIN__)