[Bf-blender-cvs] [01e0b38b662] datablock_idprops: Grr, fix stupid typo in previous commit...

Bastien Montagne noreply at git.blender.org
Fri Mar 31 10:45:18 CEST 2017


Commit: 01e0b38b66219510b7f59e42141558faabf5ac16
Author: Bastien Montagne
Date:   Thu Mar 30 23:06:38 2017 +0200
Branches: datablock_idprops
https://developer.blender.org/rB01e0b38b66219510b7f59e42141558faabf5ac16

Grr, fix stupid typo in previous commit...

Always build before committing :|

===================================================================

M	source/blender/blenkernel/intern/library_query.c

===================================================================

diff --git a/source/blender/blenkernel/intern/library_query.c b/source/blender/blenkernel/intern/library_query.c
index 6f120fece5a..47f743b86f2 100644
--- a/source/blender/blenkernel/intern/library_query.c
+++ b/source/blender/blenkernel/intern/library_query.c
@@ -296,7 +296,7 @@ static void library_foreach_idproperty_ID_link(LibraryForeachIDData *data, IDPro
 	if (!prop)
 		return;
 
-	switch (loop->type) {
+	switch (prop->type) {
 		case IDP_GROUP:
 		{
 			for (IDProperty *loop = prop->data.group.first; loop; loop = loop->next) {




More information about the Bf-blender-cvs mailing list