IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 24, 2006, 2:11:38 PM (20 years ago)
Author:
Paul Price
Message:

Changed definition of psArrayAlloc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/pzgetexp.c

    r9539 r9735  
    132132    psListIterator *lineCursor = psListIteratorAlloc(doc, 0, false);
    133133
    134     psArray *summitExps = psArrayAlloc(psListLength(doc));
     134    psArray *summitExps = psArrayAllocEmpty(psListLength(doc));
    135135    psString line;
    136136    while ((line = psListGetAndIncrement(lineCursor))) {
Note: See TracChangeset for help on using the changeset viewer.