From 743547b8cef1835797dc8c052a938f8ee0527a53 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Tue, 20 Feb 2007 15:26:55 +0000 Subject: Fixed ticket #118: Bug in pj_array_insert() when position is equal to count-1 git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/pjproject-0.5-stable@987 74dad513-b988-da41-8d7b-12977e46ad98 --- pjlib/include/pj/array.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pjlib/include') diff --git a/pjlib/include/pj/array.h b/pjlib/include/pj/array.h index ed234f96..f37fa75b 100644 --- a/pjlib/include/pj/array.h +++ b/pjlib/include/pj/array.h @@ -42,7 +42,7 @@ PJ_BEGIN_DECL * * @param array the array. * @param elem_size the size of the individual element. - * @param count the current number of elements in the array. + * @param count the CURRENT number of elements in the array. * @param pos the position where the new element is put. * @param value the value to copy to the new element. */ -- cgit v1.2.3