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

    r9392 r9539  
    9494                if (strcmp(newSummitExp->exp_id,
    9595                           summitExp->exp_id) == 0) {
    96                     psArrayRemove(newSummitExps, newSummitExp);
     96                    psArrayRemoveData(newSummitExps, newSummitExp);
    9797                    // dec the counter as the array just got shorter
    9898                    // and we don't want to skip elemnts
Note: See TracChangeset for help on using the changeset viewer.