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')
-rw-r--r--source/creator/creator_signals.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/creator/creator_signals.c b/source/creator/creator_signals.c
index afec54a636c..dff23837203 100644
--- a/source/creator/creator_signals.c
+++ b/source/creator/creator_signals.c
@@ -114,7 +114,7 @@ static void sig_handle_crash(int signum)
char fname[FILE_MAX];
if (!(G_MAIN && G_MAIN->name[0])) {
- BLI_make_file_string("/", fname, BKE_tempdir_base(), "crash.blend");
+ BLI_join_dirfile(fname, sizeof(fname), BKE_tempdir_base(), "crash.blend");
}
else {
BLI_strncpy(fname, G_MAIN->name, sizeof(fname));