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:
authorCampbell Barton <campbell@blender.org>2022-03-10 03:33:31 +0300
committerCampbell Barton <campbell@blender.org>2022-03-10 08:27:18 +0300
commit36dd3f42bc70cdaacca1e1f78c0dd9641432eb20 (patch)
tree46352c4a0c8e6e4b2a321a7a4978d485aaa7618b /source/blender/windowmanager/intern/wm.c
parent1829232598e6e94e6b0735d86ae8ea34a4bff0c8 (diff)
Cleanup: use 'WM_file_' prefix for file operations
Diffstat (limited to 'source/blender/windowmanager/intern/wm.c')
-rw-r--r--source/blender/windowmanager/intern/wm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/windowmanager/intern/wm.c b/source/blender/windowmanager/intern/wm.c
index a55f5af03d1..487eafc736c 100644
--- a/source/blender/windowmanager/intern/wm.c
+++ b/source/blender/windowmanager/intern/wm.c
@@ -484,7 +484,7 @@ void WM_check(bContext *C)
/* Case: file-read. */
if ((wm->initialized & WM_WINDOW_IS_INIT) == 0) {
WM_keyconfig_init(C);
- WM_autosave_init(wm);
+ WM_file_autosave_init(wm);
}
/* Case: no open windows at all, for old file reads. */