summaryrefslogtreecommitdiff
path: root/setup
diff options
context:
space:
mode:
authorRussell Rice2007-01-06 02:15:44 +0000
committerRussell Rice2007-01-06 02:15:44 +0000
commit1d3e9a564853aaf44f8ec58d9ea023932416f6b3 (patch)
tree97e170e960acda0c98076f2f2f8808312f310f24 /setup
parentcb7cf979369b5b3b4db0154368e379ae8ab8aa25 (diff)
downloadchocolate-doom-1d3e9a564853aaf44f8ec58d9ea023932416f6b3.tar.gz
chocolate-doom-1d3e9a564853aaf44f8ec58d9ea023932416f6b3.tar.bz2
chocolate-doom-1d3e9a564853aaf44f8ec58d9ea023932416f6b3.zip
temp -> tempdir
update codeblocks projects (which is a new format, latest cb svn build is needed) Subversion-branch: /trunk/chocolate-doom Subversion-revision: 822
Diffstat (limited to 'setup')
-rw-r--r--setup/execute.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup/execute.c b/setup/execute.c
index 6d00f6a0..8c1f705c 100644
--- a/setup/execute.c
+++ b/setup/execute.c
@@ -73,9 +73,9 @@ static char *TempFile(char *s)
// Check the TEMP environment variable to find the location.
- temp = getenv("TEMP");
+ tempdir = getenv("TEMP");
- if (temp == NULL)
+ if (tempdir == NULL)
{
tempdir = ".";
}