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/pzgetimfiles.c

    r9539 r9735  
    179179    psListIterator *lineCursor = psListIteratorAlloc(doc, 0, false);
    180180
    181     psArray *pzPendingImfiles = psArrayAlloc(psListLength(doc));
     181    psArray *pzPendingImfiles = psArrayAllocEmpty(psListLength(doc));
    182182    psString line;
    183183    while ((line = psListGetAndIncrement(lineCursor))) {
Note: See TracChangeset for help on using the changeset viewer.