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:
authorBastien Montagne <bastien@blender.org>2022-09-14 16:48:49 +0300
committerBastien Montagne <bastien@blender.org>2022-09-14 16:48:49 +0300
commit56fb2a5ed0f54af198d450542c3536be516d7214 (patch)
treebc214530037d22da2440ec021a5c0230689520e0 /source/blender/windowmanager
parent22bf5ba4d1526c9e942a2dbd6f25e3932e9d71f2 (diff)
Cleanup: use proper `bool` variables in Main, instead of `char`.
Diffstat (limited to 'source/blender/windowmanager')
-rw-r--r--source/blender/windowmanager/intern/wm_files.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/windowmanager/intern/wm_files.c b/source/blender/windowmanager/intern/wm_files.c
index 0e43ed5509a..9d6687eaa9c 100644
--- a/source/blender/windowmanager/intern/wm_files.c
+++ b/source/blender/windowmanager/intern/wm_files.c
@@ -1838,7 +1838,7 @@ static bool wm_file_write(bContext *C,
ED_editors_flush_edits(bmain);
/* XXX(ton): temp solution to solve bug, real fix coming. */
- bmain->recovered = 0;
+ bmain->recovered = false;
if (BLO_write_file(bmain,
filepath,