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 <ideasman42@gmail.com>2011-01-09 18:12:08 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-01-09 18:12:08 +0300
commit00b8c9e7eaef445be425f06111c91a92edf4406b (patch)
tree81437a6af43d74a44f9c467eeb58b0c6424446d7 /source/blender/windowmanager
parent9cb71d1159a1cd8aa110e195d42828f863cdd02a (diff)
rename BKE_assert() --> BLI_assert().
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 518f7c4997a..0b88f0f42bf 100644
--- a/source/blender/windowmanager/intern/wm_files.c
+++ b/source/blender/windowmanager/intern/wm_files.c
@@ -341,7 +341,7 @@ void WM_read_file(bContext *C, const char *name, ReportList *reports)
}
else {
BKE_reportf(reports, RPT_ERROR, "Unknown error loading: \"%s\".", name);
- BKE_assert(!"invalid 'retval'");
+ BLI_assert(!"invalid 'retval'");
}
WM_cursor_wait(0);