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 --- src/m_misc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/m_misc.c b/src/m_misc.c index 13ca6768..481539dc 100644 --- a/src/m_misc.c +++ b/src/m_misc.c @@ -212,9 +212,9 @@ char *M_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