Changeset 9735 for trunk/ippTools/src/p2insertPendingFrames.c
- Timestamp:
- Oct 24, 2006, 2:11:38 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/p2insertPendingFrames.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/p2insertPendingFrames.c
r9392 r9735 66 66 ); 67 67 68 psArray *pendingImages = psArrayAlloc (rawFrame->images->n);68 psArray *pendingImages = psArrayAllocEmpty(rawFrame->images->n); 69 69 for (long j = 0; j < rawFrame->images->n; j++) { 70 70 rawImfileRow *rawImage = rawFrame->images->data[j]; … … 80 80 psArrayAdd(pendingImages, 100, pendingImage); 81 81 } 82 82 83 83 if (!p2PendingExpInsertObject(config->dbh, pendingExposure)) { 84 84 psError(PS_ERR_UNKNOWN, false, "dbh access failed");
Note:
See TracChangeset
for help on using the changeset viewer.
