Changeset 9057 for trunk/ippTools/src/p2insertPendingFrames.c
- Timestamp:
- Sep 28, 2006, 5:25:54 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/p2insertPendingFrames.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/p2insertPendingFrames.c
r8279 r9057 21 21 psMetadata *where = psMetadataAlloc(); 22 22 23 psMetadataAddStr(where, PS_LIST_TAIL, "exp_ id", PS_META_REPLACE, "==",24 rawFrame->exposure->exp_ id);23 psMetadataAddStr(where, PS_LIST_TAIL, "exp_tag", PS_META_REPLACE, "==", 24 rawFrame->exposure->exp_tag); 25 25 psArray *exposures = p2PendingExpSelectRowObjects(config->dbh, 26 26 where, MAX_ROWS); … … 40 40 41 41 p2PendingExpRow *pendingExposure = p2PendingExpRowAlloc( 42 rawFrame->exposure->exp_ id,42 rawFrame->exposure->exp_tag, 43 43 "my recipe", 44 44 0xff, … … 51 51 rawImfileRow *rawImage = rawFrame->images->data[j]; 52 52 p2PendingImfileRow *pendingImage = p2PendingImfileRowAlloc( 53 rawImage->exp_ id,53 rawImage->exp_tag, 54 54 rawImage->class_id, 55 55 rawImage->uri,
Note:
See TracChangeset
for help on using the changeset viewer.
