Changeset 9539 for trunk/ippTools/src/chiptool.c
- Timestamp:
- Oct 13, 2006, 11:22:09 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/chiptool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/chiptool.c
r9392 r9539 113 113 if (strcmp(rawFrame->exposure->exp_tag, 114 114 pendingFrame->exposure->exp_tag) == 0) { 115 psArrayRemove (rawFrames, rawFrame);115 psArrayRemoveData(rawFrames, rawFrame); 116 116 // dec the counter as the array just got shorter 117 117 // and we don't want to skip elemnts … … 132 132 if (strcmp(rawFrame->exposure->exp_tag, 133 133 doneFrame->exposure->exp_tag) == 0) { 134 psArrayRemove (rawFrames, rawFrame);134 psArrayRemoveData(rawFrames, rawFrame); 135 135 // dec the counter as the array just got shorter 136 136 // and we don't want to skip elemnts
Note:
See TracChangeset
for help on using the changeset viewer.
