Ignore:
Timestamp:
Feb 20, 2007 2:58:40 PM (18 years ago)
Author:
bennylp
Message:

Fixed ticket #117: Bug in pj_array_insert() when position is equal to count-1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/array.h

    r974 r986  
    4343 * @param array     the array. 
    4444 * @param elem_size the size of the individual element. 
    45  * @param count     the current number of elements in the array. 
     45 * @param count     the CURRENT number of elements in the array. 
    4646 * @param pos       the position where the new element is put. 
    4747 * @param value     the value to copy to the new element. 
Note: See TracChangeset for help on using the changeset viewer.