IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 7, 2006, 10:19:58 AM (20 years ago)
Author:
jhoblitt
Message:

remove p0CameraConfig tables
update database table formats

File:
1 edited

Legend:

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

    r6261 r6336  
    2121        psMetadataAddS32 (where, PS_LIST_TAIL, "P2_VERSION", PS_META_REPLACE, "==", exposure->p2_version);
    2222        psArray *images = p2PendingImfileSelectRowObjects (config->database, where, MAX_ROWS);
    23         if (images->n != exposure->nclass) {
     23        if (images->n != exposure->imfiles) {
    2424            // free things
    2525            continue;
Note: See TracChangeset for help on using the changeset viewer.