IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 13, 2006, 11:22:09 AM (20 years ago)
Author:
Paul Price
Message:

Fixing psLib APIs following clean-up.

File:
1 edited

Legend:

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

    r9392 r9539  
    113113                if (strcmp(rawFrame->exposure->exp_tag,
    114114                           pendingFrame->exposure->exp_tag) == 0) {
    115                     psArrayRemove(rawFrames, rawFrame);
     115                    psArrayRemoveData(rawFrames, rawFrame);
    116116                    // dec the counter as the array just got shorter
    117117                    // and we don't want to skip elemnts
     
    132132                    if (strcmp(rawFrame->exposure->exp_tag,
    133133                               doneFrame->exposure->exp_tag) == 0) {
    134                         psArrayRemove(rawFrames, rawFrame);
     134                        psArrayRemoveData(rawFrames, rawFrame);
    135135                        // dec the counter as the array just got shorter
    136136                        // and we don't want to skip elemnts
Note: See TracChangeset for help on using the changeset viewer.