From 1d3e9a564853aaf44f8ec58d9ea023932416f6b3 Mon Sep 17 00:00:00 2001 From: Russell Rice Date: Sat, 6 Jan 2007 02:15:44 +0000 Subject: temp -> tempdir update codeblocks projects (which is a new format, latest cb svn build is needed) Subversion-branch: /trunk/chocolate-doom Subversion-revision: 822 --- setup/execute.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup') 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 = "."; } -- cgit v1.2.3