setup: Fix const correctness issue in TempFile

This commit is contained in:
Turo Lamminen 2019-01-22 18:57:40 +02:00
parent efc804dc55
commit 3171e5189e

View file

@ -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.