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:
Diffstat (limited to 'source/creator/creator.c')
-rw-r--r--source/creator/creator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 7c27208d821..d62f1c6853f 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -326,7 +326,7 @@ void segmentation_handler(int UNUSED(sig))
char fname[256];
if (!G.main->name[0]) {
- BLI_make_file_string("/", fname, btempdir, "crash.blend");
+ BLI_make_file_string("/", fname, BLI_temporary_dir(), "crash.blend");
}
else {
sprintf(fname, "%s.crash.blend", G.main->name);