Changeset 8062 for trunk/ippTools/src/p2updatePending.c
- Timestamp:
- Aug 1, 2006, 6:08:45 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/p2updatePending.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/p2updatePending.c
r6978 r8062 18 18 // we will now select all of the matching images which are done 19 19 psMetadataAddS32 (where, PS_LIST_TAIL, "STATE", PS_META_REPLACE, "==", PX_MODE_DONE); 20 for ( inti = 0; i < exposures->n; i++) {20 for (long i = 0; i < exposures->n; i++) { 21 21 p2PendingExpRow *exposure = exposures->data[i]; 22 22
Note:
See TracChangeset
for help on using the changeset viewer.
