[asl] 04/33: Fix to source.getSize()

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu May 5 18:40:48 UTC 2016


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

ghisvail-guest pushed a commit to branch master
in repository asl.

commit e6103720389876330c13f27b2a35f4ccd2be38c4
Author: Avtech Scientific <AvtechScientific at users.noreply.github.com>
Date:   Wed Sep 23 22:24:07 2015 +0300

    Fix to source.getSize()
---
 src/acl/acl.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/acl/acl.cxx b/src/acl/acl.cxx
index e2b93e1..38b77cd 100644
--- a/src/acl/acl.cxx
+++ b/src/acl/acl.cxx
@@ -522,7 +522,7 @@ namespace acl
 
 	template <typename T> void copy(MemBlock & source, MemBlock & destination)
 	{
-		if (source.size() == destination.getSize())
+		if (source.getSize() == destination.getSize())
 		{
 			if (source.getQueue().get() == destination.getQueue().get())
 			{

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



More information about the debian-science-commits mailing list