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/pztool.c

    r9392 r9539  
    9797                newExpRow *newExp = new->data[j];
    9898                if (strcmp(summitExp->exp_id, newExp->exp_id) == 0) {
    99                     psArrayRemove(summit, summitExp);
     99                    psArrayRemoveData(summit, summitExp);
    100100                    // dec the counter as the array just got shorter
    101101                    //and we don't want to skip elemnts
Note: See TracChangeset for help on using the changeset viewer.