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:
authorAndrea Weikert <elubie@gmx.net>2009-09-13 00:18:54 +0400
committerAndrea Weikert <elubie@gmx.net>2009-09-13 00:18:54 +0400
commit5ac5988448b89ecfdff955499743169c4e8a369e (patch)
treec33fac289c6e179af8665a6ec8fc8481fec6bdde /source/blender/windowmanager
parent9a25d22326060395b09cd6d81d7b4ac080bafb8f (diff)
Bugfix: Append crashed because of wrong parameters passed.
Diffstat (limited to 'source/blender/windowmanager')
-rw-r--r--source/blender/windowmanager/intern/wm_operators.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/windowmanager/intern/wm_operators.c b/source/blender/windowmanager/intern/wm_operators.c
index 66724b57ff8..54ba18e3df5 100644
--- a/source/blender/windowmanager/intern/wm_operators.c
+++ b/source/blender/windowmanager/intern/wm_operators.c
@@ -1067,7 +1067,7 @@ static int wm_link_append_exec(bContext *C, wmOperator *op)
/* Append, rather than linking */
if ((flag & FILE_LINK)==0) {
- make_library_local(main, libname);
+ make_library_local(libname, main);
}
/* do we need to do this? */