Changeset 6336 for trunk/ippTools/src/p2updatePending.c
- Timestamp:
- Feb 7, 2006, 10:19:58 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/p2updatePending.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/p2updatePending.c
r6261 r6336 21 21 psMetadataAddS32 (where, PS_LIST_TAIL, "P2_VERSION", PS_META_REPLACE, "==", exposure->p2_version); 22 22 psArray *images = p2PendingImfileSelectRowObjects (config->database, where, MAX_ROWS); 23 if (images->n != exposure-> nclass) {23 if (images->n != exposure->imfiles) { 24 24 // free things 25 25 continue;
Note:
See TracChangeset
for help on using the changeset viewer.
