[Pkg-voip-commits] [bctoolbox] 24/57: Fix copy/paste dump mistake

daniel at gnoutcheff.name daniel at gnoutcheff.name
Thu Mar 30 04:31:32 UTC 2017


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

gnoutchd-guest pushed a commit to branch debian/sid
in repository bctoolbox.

commit ec49607a66def6306791923404da2ad7c126cef1
Author: Sylvain Berfini <sylvain.berfini at belledonne-communications.com>
Date:   Mon Jan 2 16:30:15 2017 +0100

    Fix copy/paste dump mistake
---
 src/tester.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tester.c b/src/tester.c
index 4256efe..54f8a95 100644
--- a/src/tester.c
+++ b/src/tester.c
@@ -209,7 +209,7 @@ const char * bc_tester_test_name(const char *suite_name, int test_index) {
 	}
 	if (skip) return NULL;
 	
-	return suite[test_index].name;
+	return suite->tests[test_index].name;
 }
 
 int bc_tester_nb_tests(const char *suite_name) {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/bctoolbox.git



More information about the Pkg-voip-commits mailing list