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

    r6978 r8062  
    1818    // we will now select all of the matching images which are done
    1919    psMetadataAddS32 (where, PS_LIST_TAIL, "STATE", PS_META_REPLACE, "==", PX_MODE_DONE);
    20     for (int i = 0; i < exposures->n; i++) {
     20    for (long i = 0; i < exposures->n; i++) {
    2121        p2PendingExpRow *exposure = exposures->data[i];
    2222
Note: See TracChangeset for help on using the changeset viewer.