[collada-dom] 01/06: Add patch to solve return type. (Closes: #811658)

Leopold Palomo-Avellaneda leo at alaxarxa.net
Thu Jun 30 07:01:05 UTC 2016


This is an automated email from the git hooks/post-receive script.

lepalom-guest pushed a commit to branch master
in repository collada-dom.

commit dbb484e1264b9dd95d0da8004c1c3afd8fb30b85
Author: Leopold Palomo-Avellaneda <leo at alaxarxa.net>
Date:   Thu Jun 30 08:13:05 2016 +0200

    Add patch to solve return type. (Closes: #811658)
---
 .../0002-Patch-to-solve-return-type-mistake.patch   | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/debian/patches/0002-Patch-to-solve-return-type-mistake.patch b/debian/patches/0002-Patch-to-solve-return-type-mistake.patch
new file mode 100644
index 0000000..22d9564
--- /dev/null
+++ b/debian/patches/0002-Patch-to-solve-return-type-mistake.patch
@@ -0,0 +1,21 @@
+From: Leopold Palomo-Avellaneda <leo at alaxarxa.net>
+Date: Thu, 30 Jun 2016 08:11:08 +0200
+Subject: Patch to solve return type mistake
+
+---
+ dom/src/dae/daeMetaGroup.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/dom/src/dae/daeMetaGroup.cpp b/dom/src/dae/daeMetaGroup.cpp
+index 25fd9cc..c34ac4c 100644
+--- a/dom/src/dae/daeMetaGroup.cpp
++++ b/dom/src/dae/daeMetaGroup.cpp
+@@ -26,7 +26,7 @@ daeElement *daeMetaGroup::placeElement( daeElement *parent, daeElement *child, d
+ 	(void)offset;
+ 	daeString nm = child->getElementName();
+ 	if ( findChild( nm ) == NULL ) {
+-		return false;
++		return NULL;
+ 	}
+ 	daeElementRef el;
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/collada-dom.git



More information about the debian-science-commits mailing list