IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 3, 2006, 6:21:18 PM (20 years ago)
Author:
jhoblitt
Message:

remove use of 'psArray->n = 0'

File:
1 edited

Legend:

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

    r8120 r8121  
    5858
    5959        psArray *pendingImages = psArrayAlloc(rawFrame->images->n);
    60         pendingImages->n = 0;
    6160        for (long j = 0; j < rawFrame->images->n; j++) {
    6261            rawImfileRow *rawImage = rawFrame->images->data[j];
Note: See TracChangeset for help on using the changeset viewer.