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

    r9392 r9735  
    6666        );
    6767
    68         psArray *pendingImages = psArrayAlloc(rawFrame->images->n);
     68        psArray *pendingImages = psArrayAllocEmpty(rawFrame->images->n);
    6969        for (long j = 0; j < rawFrame->images->n; j++) {
    7070            rawImfileRow *rawImage = rawFrame->images->data[j];
     
    8080            psArrayAdd(pendingImages, 100, pendingImage);
    8181        }
    82        
     82
    8383        if (!p2PendingExpInsertObject(config->dbh, pendingExposure)) {
    8484            psError(PS_ERR_UNKNOWN, false, "dbh access failed");
Note: See TracChangeset for help on using the changeset viewer.