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

    r9392 r9735  
    2929    PS_ASSERT_PTR_NON_NULL(pendingFrames, NULL);
    3030
    31     psArray *doneFrames = psArrayAlloc(pendingFrames->n);
     31    psArray *doneFrames = psArrayAllocEmpty(pendingFrames->n);
    3232
    3333    for (long i = 0; i < pendingFrames->n; i++) {
     
    4242        );
    4343
    44         psArray *doneImages = psArrayAlloc(pendingFrame->images->n);
     44        psArray *doneImages = psArrayAllocEmpty(pendingFrame->images->n);
    4545        for (long j = 0; j < pendingFrame->images->n; j++) {
    4646            p2PendingImfileRow *pendingImage = pendingFrame->images->data[j];
Note: See TracChangeset for help on using the changeset viewer.