Bugfix: Append crashed because of wrong parameters passed.

This commit is contained in:
Andrea Weikert
2009-09-12 20:18:54 +00:00
parent 9a25d22326
commit 5ac5988448

View File

@@ -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? */