IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 1, 2006, 6:08:45 PM (20 years ago)
Author:
jhoblitt
Message:

use long instead of int as loop counters

File:
1 edited

Legend:

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

    r6978 r8062  
    2323    // 'where' to select each exposure
    2424    psMetadata *where = psMetadataAlloc();
    25     for (int i = 0; i < exposures->n; i++) {
     25    for (long i = 0; i < exposures->n; i++) {
    2626        p2PendingExpRow *exposure = exposures->data[i];
    2727
Note: See TracChangeset for help on using the changeset viewer.