Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Clitherow <aphex@nildram.co.uk>2004-01-29 23:30:05 +0300
committerSimon Clitherow <aphex@nildram.co.uk>2004-01-29 23:30:05 +0300
commit6d68c41e6284ee424cfafc29ce8a6d245ceb658d (patch)
tree2ec1e3466add06c1d0c3350c9d9ae3f77a38a51e /source/blender/blenloader
parent162d5cdc9116f26400828f570d3733c7422b036b (diff)
last minute commit -- saving .b.blend files on Windows for users
who have set a %HOME% environment var now works again. Patch provided by Bill Baxter, plus an additional fix for Win9x. There is still work to be done with this after the 2.32 release...
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/writefile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenloader/intern/writefile.c b/source/blender/blenloader/intern/writefile.c
index 25f4fa28f8e..f7cce90ae5e 100644
--- a/source/blender/blenloader/intern/writefile.c
+++ b/source/blender/blenloader/intern/writefile.c
@@ -1608,7 +1608,7 @@ int BLO_write_file(char *dir, int write_flags, char **error_r)
return 0;
}
-#ifdef WIN32
+#if 0
BLI_getInstallationDir(tmpdir);
if(BLI_exists(tmpdir))