From eada6ea99f528d88a716738c3ea0adc0265f4416 Mon Sep 17 00:00:00 2001 From: Franz Zotter Date: Wed, 29 Aug 2012 07:31:50 +0000 Subject: oops, corrected a bug svn path=/trunk/externals/iem/iemmatrix/; revision=16184 --- src/mtx_qhull/list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mtx_qhull/list.c') diff --git a/src/mtx_qhull/list.c b/src/mtx_qhull/list.c index cf2b797..754516f 100644 --- a/src/mtx_qhull/list.c +++ b/src/mtx_qhull/list.c @@ -224,7 +224,7 @@ void appendListToList(list_t *list1, const list_t list2) { index_t i,j; const size_t siz_old = getLength(*list1); reallocateList(list1, getLength(*list1) + getLength(list2)); - for (i=siz_old, j=0; i