setup: Fix const correctness issue in TempFile
This commit is contained in:
parent
efc804dc55
commit
3171e5189e
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ struct execute_context_s
|
|||
|
||||
static char *TempFile(char *s)
|
||||
{
|
||||
char *tempdir;
|
||||
const char *tempdir;
|
||||
|
||||
#ifdef _WIN32
|
||||
// Check the TEMP environment variable to find the location.
|
||||
|
|
|
|||
Loading…
Reference in a new issue